diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-11-15 07:09:44 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-11-15 07:09:44 +0800 |
commit | 6d66f1665e9a9fa3500be83a4ca6f228b0f70b68 (patch) | |
tree | cc270d84ef635d6554aff78c81bb0dc2d7d22aac /x11-toolkits/gtksourceview2/files/patch-gtksourceview_gtksourceregex.c | |
parent | 57d0b2dbd8b54fa2bc67992534a664e05aff352b (diff) | |
download | marcuscom-ports-6d66f1665e9a9fa3500be83a4ca6f228b0f70b68.tar marcuscom-ports-6d66f1665e9a9fa3500be83a4ca6f228b0f70b68.tar.gz marcuscom-ports-6d66f1665e9a9fa3500be83a4ca6f228b0f70b68.tar.bz2 marcuscom-ports-6d66f1665e9a9fa3500be83a4ca6f228b0f70b68.tar.lz marcuscom-ports-6d66f1665e9a9fa3500be83a4ca6f228b0f70b68.tar.xz marcuscom-ports-6d66f1665e9a9fa3500be83a4ca6f228b0f70b68.tar.zst marcuscom-ports-6d66f1665e9a9fa3500be83a4ca6f228b0f70b68.zip |
- Add gtksourceview at version 1.5.1
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5137 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/gtksourceview2/files/patch-gtksourceview_gtksourceregex.c')
-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 |