diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2011-10-24 13:12:23 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2011-10-24 13:12:23 +0000 |
commit | ab84145f7f91d324826d2ee55dd0f0f4c4ad95bf (patch) | |
tree | 062e68d26e683ab08334c96e4f6e55112e3863dc /x11-toolkits/fltk/files/patch-configure | |
parent | - Fixed PHP code injection vulnerability by incorporating upstream patch (diff) |
- Update to 1.3.0
Notes
Notes:
svn path=/head/; revision=284244
Diffstat (limited to 'x11-toolkits/fltk/files/patch-configure')
-rw-r--r-- | x11-toolkits/fltk/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-toolkits/fltk/files/patch-configure b/x11-toolkits/fltk/files/patch-configure new file mode 100644 index 000000000000..c7f85cee6354 --- /dev/null +++ b/x11-toolkits/fltk/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig 2011-08-31 09:14:41.000000000 +0200 ++++ configure 2011-08-31 09:14:54.000000000 +0200 +@@ -11566,7 +11566,7 @@ + LIBS="$LIBS -lX11 $X_EXTRA_LIBS" + CFLAGS="$CFLAGS $X_CFLAGS" + CXXFLAGS="$CXXFLAGS $X_CFLAGS" +- LDFLAGS="$X_LIBS $LDFLAGS" ++ LDFLAGS="$LDFLAGS $X_LIBS" + DSOFLAGS="$X_LIBS $DSOFLAGS" + cat >>confdefs.h <<\_ACEOF + #define USE_X11 1 |