1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

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.
This commit is contained in:
Thierry Thomas 2005-02-09 21:12:31 +00:00
parent e8daf7d3e7
commit baa4d589a9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=128413

View File

@ -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