diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-23 10:54:01 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-23 10:54:01 +0800 |
commit | d52813aa283b84d9d2050b12df987031335f11b2 (patch) | |
tree | a774e36be51b2324bd67b398d9cc6b2cfeba5bd5 /x11-toolkits/gtksourceview2/files | |
parent | 9ef4ab5f088a7e4e1294fd7b162116b6aab7b7f5 (diff) | |
download | marcuscom-ports-d52813aa283b84d9d2050b12df987031335f11b2.tar marcuscom-ports-d52813aa283b84d9d2050b12df987031335f11b2.tar.gz marcuscom-ports-d52813aa283b84d9d2050b12df987031335f11b2.tar.bz2 marcuscom-ports-d52813aa283b84d9d2050b12df987031335f11b2.tar.lz marcuscom-ports-d52813aa283b84d9d2050b12df987031335f11b2.tar.xz marcuscom-ports-d52813aa283b84d9d2050b12df987031335f11b2.tar.zst marcuscom-ports-d52813aa283b84d9d2050b12df987031335f11b2.zip |
USE_X_PREFIX -> USE_XLIB, bump the PORTREVISION.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6712 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, 11 insertions, 0 deletions
diff --git a/x11-toolkits/gtksourceview2/files/patch-gtksourceview_gtksourceregex.c b/x11-toolkits/gtksourceview2/files/patch-gtksourceview_gtksourceregex.c new file mode 100644 index 000000000..3cc9f9eab --- /dev/null +++ b/x11-toolkits/gtksourceview2/files/patch-gtksourceview_gtksourceregex.c @@ -0,0 +1,11 @@ +--- 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 |