summaryrefslogtreecommitdiff
path: root/devel/allegro-devel/files/patch-misc::deplib.sh
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2003-12-13 01:41:30 +0000
committerPav Lucistnik <pav@FreeBSD.org>2003-12-13 01:41:30 +0000
commit24a534b4578363c43981d545f3ece1cc428217bc (patch)
treef37f3e7f3caf7db9f1ea3e0b004047955ccc116f /devel/allegro-devel/files/patch-misc::deplib.sh
parentAdd The SMV (Symbolic Model Verifier), a tool for (diff)
- Update to 4.1.12
- Add knob to enable to arts sound driver - Use PORTSDOC - Use INFO PR: ports/60193 Submitted by: Thierry Thomas <thierry@pompo.net>
Diffstat (limited to 'devel/allegro-devel/files/patch-misc::deplib.sh')
-rw-r--r--devel/allegro-devel/files/patch-misc::deplib.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/allegro-devel/files/patch-misc::deplib.sh b/devel/allegro-devel/files/patch-misc::deplib.sh
index 3c3a1f7b4078..2e0a7b4f3e2d 100644
--- a/devel/allegro-devel/files/patch-misc::deplib.sh
+++ b/devel/allegro-devel/files/patch-misc::deplib.sh
@@ -1,5 +1,5 @@
---- misc/deplib.sh.orig Wed Oct 23 08:08:27 2002
-+++ misc/deplib.sh Sun Nov 10 00:40:21 2002
+--- misc/deplib.sh.orig Sun Nov 9 19:43:07 2003
++++ misc/deplib.sh Thu Dec 11 22:32:16 2003
@@ -10,7 +10,7 @@
staticlib="lib${1}.a"
staticobj="\$(${2}_OBJECTS)"
@@ -13,7 +13,7 @@
echo " rm -f \$@"
# gf: This bit is obviously gcc-specific
# eb: Yes, but the GNU C Compiler doesn't always spell 'gcc'
-- echo " \$(CC) -shared -o \$@ ${shareobj} \$(LDFLAGS) -Wl,-h,lib${1}.so.\$(shared_major_minor) \$(LIBS)"
+- echo " \$(CC) -shared -o \$@ ${shareobj} ${3} \$(LDFLAGS) -Wl,-h,lib${1}.so.\$(shared_major_minor) \$(LIBS)"
+ echo " \$(CC) -shared -o \$@ ${shareobj} \$(LDFLAGS) -Wl,-h,lib${1}.so.\$(shared_version) \$(LIBS)"
echo ""
echo "\$(LIBDIR)/${unsharelib}: ${unshareobj}"