summaryrefslogtreecommitdiff
path: root/devel/allegro-devel/files/patch-aclocal.m4
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-11-06 16:51:46 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-11-06 16:51:46 +0000
commita1562f1f9765d88e5ffc439fce4c866b8224356e (patch)
treeb21aebad4630f45415a05dd8e696cc6ea16cae8e /devel/allegro-devel/files/patch-aclocal.m4
parent- Fix LIB_DEPENDS (diff)
- Fix LIB_DEPENDS
- Support USE_GNONENG - Fix pkg-plist PR: 44964 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=69597
Diffstat (limited to 'devel/allegro-devel/files/patch-aclocal.m4')
-rw-r--r--devel/allegro-devel/files/patch-aclocal.m411
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/allegro-devel/files/patch-aclocal.m4 b/devel/allegro-devel/files/patch-aclocal.m4
deleted file mode 100644
index 8c274f2926df..000000000000
--- a/devel/allegro-devel/files/patch-aclocal.m4
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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
- 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