summaryrefslogtreecommitdiff
path: root/x11-toolkits/fltk
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2005-02-09 21:12:31 +0000
committerThierry Thomas <thierry@FreeBSD.org>2005-02-09 21:12:31 +0000
commitbaa4d589a9f39bacbfb7eb62c40e4c9a4e2b48ec (patch)
treee4c88c8a5c14a84ee0bc9e3132e728d051bbbd32 /x11-toolkits/fltk
parent- Update to 1.3.4 (diff)
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.
Notes
Notes: svn path=/head/; revision=128413
Diffstat (limited to 'x11-toolkits/fltk')
-rw-r--r--x11-toolkits/fltk/files/patch-fltk-config.in11
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