diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2008-11-19 10:43:57 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2008-11-19 10:43:57 +0000 |
commit | f982be45e81588a27383cd1a3eb12789b8498904 (patch) | |
tree | 07be283d015b2c39f95e655cb7328ff355bc47fa /x11-toolkits/php-gtk2/files/patch-ext_scintilla-config.m4 | |
parent | - Fix modes of the temp directory [1] (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_6_4_0'.release/6.4.0
Diffstat (limited to 'x11-toolkits/php-gtk2/files/patch-ext_scintilla-config.m4')
-rw-r--r-- | x11-toolkits/php-gtk2/files/patch-ext_scintilla-config.m4 | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/x11-toolkits/php-gtk2/files/patch-ext_scintilla-config.m4 b/x11-toolkits/php-gtk2/files/patch-ext_scintilla-config.m4 deleted file mode 100644 index 4d2f78def30c..000000000000 --- a/x11-toolkits/php-gtk2/files/patch-ext_scintilla-config.m4 +++ /dev/null @@ -1,16 +0,0 @@ ---- ext/scintilla/config.m4.orig Thu Jul 10 23:05:44 2003 -+++ ext/scintilla/config.m4 Thu Jul 10 23:05:52 2003 -@@ -6,10 +6,10 @@ - --enable-scintilla Enable Scintilla support]) - - if test "$PHP_GTK_SCINTILLA" != "no"; then -- for x in /usr /usr/local; do -- if test -f $x/include/gtkscintilla.h; then -+ for x in /usr/include /usr/local/include /usr/local/include/scintilla /usr/X11R6/include/scintilla; do -+ if test -f $x/gtkscintilla.h; then - SCINTILLA_DIR=$x -- SCINTILLA_INCDIR=$x/include -+ SCINTILLA_INCDIR=$x - fi - done - |