diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-06-26 04:59:01 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-06-26 04:59:01 +0800 |
commit | 85347a33cd1ffe90e361d40a326264e41addc062 (patch) | |
tree | b5526f2838c5c00e323c73547886697115ac71c7 /x11-toolkits/gtksourceview2/files | |
parent | 91d353e098575bf914b1be300cd03b3798182fef (diff) | |
download | marcuscom-ports-85347a33cd1ffe90e361d40a326264e41addc062.tar marcuscom-ports-85347a33cd1ffe90e361d40a326264e41addc062.tar.gz marcuscom-ports-85347a33cd1ffe90e361d40a326264e41addc062.tar.bz2 marcuscom-ports-85347a33cd1ffe90e361d40a326264e41addc062.tar.lz marcuscom-ports-85347a33cd1ffe90e361d40a326264e41addc062.tar.xz marcuscom-ports-85347a33cd1ffe90e361d40a326264e41addc062.tar.zst marcuscom-ports-85347a33cd1ffe90e361d40a326264e41addc062.zip |
Repocopy gtksourceview -> gtksourceview2, update to 1.90.1. This ports will be
need for gedit 2.19.1. Create a new 'gtksourceview2' entry in bsd.gnome.mk.
Repocopy by: marcus
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9076 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/gtksourceview2/files')
-rw-r--r-- | x11-toolkits/gtksourceview2/files/patch-gtksourceview_gtksourceregex.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/x11-toolkits/gtksourceview2/files/patch-gtksourceview_gtksourceregex.c b/x11-toolkits/gtksourceview2/files/patch-gtksourceview_gtksourceregex.c deleted file mode 100644 index 3cc9f9eab..000000000 --- a/x11-toolkits/gtksourceview2/files/patch-gtksourceview_gtksourceregex.c +++ /dev/null @@ -1,11 +0,0 @@ ---- gtksourceview/gtksourceregex.c.orig Thu May 22 12:41:03 2003 -+++ gtksourceview/gtksourceregex.c Thu May 22 12:41:31 2003 -@@ -28,7 +28,7 @@ - - #ifdef NATIVE_GNU_REGEX - #include <sys/types.h> --#include <regex.h> -+#include <gnuregex.h> - #else - #include "gnu-regex/regex.h" - #endif |