diff options
author | thierry <thierry@FreeBSD.org> | 2005-02-10 05:12:31 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2005-02-10 05:12:31 +0800 |
commit | 210fe317a561404c4f1d94b3b30514c648693eea (patch) | |
tree | 4200d62341f705822274a73f3d54d631e0c17911 /x11-toolkits/fltk | |
parent | f19d032abe16e6edf152babf7090d67ad8cbe86c (diff) | |
download | freebsd-ports-gnome-210fe317a561404c4f1d94b3b30514c648693eea.tar.gz freebsd-ports-gnome-210fe317a561404c4f1d94b3b30514c648693eea.tar.zst freebsd-ports-gnome-210fe317a561404c4f1d94b3b30514c648693eea.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 |