summaryrefslogtreecommitdiff
path: root/devel/allegro-devel/files/patch-aclocal.m4
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-10-21 17:48:49 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-10-21 17:48:49 +0000
commita62e570ff4a6ba23885a3c5fff4bde78fb4b971a (patch)
treeb96188c1811f3d367e4029825b0bfab721e74a0d /devel/allegro-devel/files/patch-aclocal.m4
parentFix detection of SYSV(we are not SYSV) so that things like printing (diff)
upgrade to 4.0.2
Notes
Notes: svn path=/head/; revision=68524
Diffstat (limited to 'devel/allegro-devel/files/patch-aclocal.m4')
-rw-r--r--devel/allegro-devel/files/patch-aclocal.m414
1 files changed, 7 insertions, 7 deletions
diff --git a/devel/allegro-devel/files/patch-aclocal.m4 b/devel/allegro-devel/files/patch-aclocal.m4
index 45dc3fe47e5d..8c274f2926df 100644
--- a/devel/allegro-devel/files/patch-aclocal.m4
+++ b/devel/allegro-devel/files/patch-aclocal.m4
@@ -1,11 +1,11 @@
---- aclocal.m4.orig Thu Feb 7 19:52:21 2002
-+++ aclocal.m4 Thu Feb 7 19:52:45 2002
-@@ -181,7 +181,7 @@
- LDFLAGS="$allegro_save_LDFLAGS"])
- if test $allegro_cv_support_export_dynamic = yes; then
+--- aclocal.m4.orig Tue Oct 22 00:17:38 2002
++++ aclocal.m4 Tue Oct 22 00:17:55 2002
+@@ -183,7 +183,7 @@
allegro_support_modules=yes
-- LIBS="-ldl $LIBS"
-+ LIBS="$LIBS"
+ dnl Use libdl if found, else assume dl* functions in libc.
+ AC_CHECK_LIB(dl, dlopen,
+- [LIBS="-ldl $LIBS"])
++ [LIBS="$LIBS"])
LDFLAGS="-Wl,-export-dynamic $LDFLAGS"
fi])
fi