diff options
Diffstat (limited to 'devel/allegro/files/patch-aclocal.m4')
-rw-r--r-- | devel/allegro/files/patch-aclocal.m4 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/allegro/files/patch-aclocal.m4 b/devel/allegro/files/patch-aclocal.m4 new file mode 100644 index 000000000000..45dc3fe47e5d --- /dev/null +++ b/devel/allegro/files/patch-aclocal.m4 @@ -0,0 +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 + allegro_support_modules=yes +- LIBS="-ldl $LIBS" ++ LIBS="$LIBS" + LDFLAGS="-Wl,-export-dynamic $LDFLAGS" + fi]) + fi |