diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2005-02-10 05:12:31 +0800 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2005-02-10 05:12:31 +0800 |
commit | baa4d589a9f39bacbfb7eb62c40e4c9a4e2b48ec (patch) | |
tree | e4c88c8a5c14a84ee0bc9e3132e728d051bbbd32 /x11-toolkits/fltk | |
parent | e8daf7d3e7b85fd219fbbbfe04a6c081ca0056d4 (diff) | |
download | freebsd-ports-gnome-baa4d589a9f39bacbfb7eb62c40e4c9a4e2b48ec.tar.gz freebsd-ports-gnome-baa4d589a9f39bacbfb7eb62c40e4c9a4e2b48ec.tar.zst freebsd-ports-gnome-baa4d589a9f39bacbfb7eb62c40e4c9a4e2b48ec.zip |
Remove patch-fltk-config.in: fltk-config --ldflags should not return
-L/usr/local/lib, but this breaks audio/spiralsynthmodular and
graphics/quat-gui which rely on it.
Reported by: Kris via pointyhat.
Diffstat (limited to 'x11-toolkits/fltk')
-rw-r--r-- | x11-toolkits/fltk/files/patch-fltk-config.in | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/x11-toolkits/fltk/files/patch-fltk-config.in b/x11-toolkits/fltk/files/patch-fltk-config.in deleted file mode 100644 index a23254efa6e9..000000000000 --- a/x11-toolkits/fltk/files/patch-fltk-config.in +++ /dev/null @@ -1,11 +0,0 @@ ---- fltk-config.in.orig Mon Sep 6 13:20:52 2004 -+++ fltk-config.in Thu Feb 3 23:03:41 2005 -@@ -199,7 +199,7 @@ - LDSTATIC="$libdir/libfltk_images.a $IMAGELIBS $LDSTATIC" - fi - --LDLIBS="$DSOLINK $LDFLAGS $libs $LDLIBS" -+LDLIBS="$DSOLINK $libs $LDLIBS" - LDSTATIC="$LDFLAGS $libs $LDSTATIC" - - # Answer to user requests |