summaryrefslogtreecommitdiff
path: root/package/fltk/patches/patch-configure
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-04-07 14:17:39 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-04-07 14:17:39 +0200
commit2dd6d1fc82c0563c0b3af90ad4926fa6463c204f (patch)
treecea2d78836b0958b0402b42976c4c84ec6e700a8 /package/fltk/patches/patch-configure
parentc82f34b5a8e2851c2074c1e03263f788eb2c28be (diff)
parent3cda7c5f211225fea03a3634daeef9cafd627aa2 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Conflicts: package/firefox/Makefile package/jpeg/patches/patch-ltmain_sh
Diffstat (limited to 'package/fltk/patches/patch-configure')
-rw-r--r--package/fltk/patches/patch-configure11
1 files changed, 10 insertions, 1 deletions
diff --git a/package/fltk/patches/patch-configure b/package/fltk/patches/patch-configure
index d8d16bd72..613c7b595 100644
--- a/package/fltk/patches/patch-configure
+++ b/package/fltk/patches/patch-configure
@@ -1,5 +1,5 @@
--- fltk-2.0.x-r7513.orig/configure 2010-04-16 10:02:53.000000000 +0200
-+++ fltk-2.0.x-r7513/configure 2010-12-05 21:10:58.000000000 +0100
++++ fltk-2.0.x-r7513/configure 2011-03-25 13:52:41.555870814 +0100
@@ -1770,7 +1770,7 @@ FL_API_VERSION=${FL_MAJOR_VERSION}.${FL_
@@ -9,3 +9,12 @@
uversion=`uname -r | sed -e '1,$s/[^0-9]//g'`
case $uname in
IRIX*)
+@@ -1922,7 +1922,7 @@ if test x$enable_shared = xyes; then
+ ;;
+ Linux* | *BSD*)
+ # DSOCOMMAND="\$(CXX) -Wl,-soname,\$@ \$(LDLIBS) -shared -fPIC $DEBUGFLAG -o"
+- DSOCOMMAND="\$(CXX) \$(LDLIBS) -shared -fPIC $DEBUGFLAG -o"
++ DSOCOMMAND="\$(CXX) -shared -fPIC $DEBUGFLAG -o"
+ if test "$libdir" != "/usr/lib"; then
+ DSOLINK="-Wl,-rpath,$libdir"
+ fi