summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-dialup/penggy/files/penggy-0.2.1-as-needed.patch')
-rw-r--r--net-dialup/penggy/files/penggy-0.2.1-as-needed.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/net-dialup/penggy/files/penggy-0.2.1-as-needed.patch b/net-dialup/penggy/files/penggy-0.2.1-as-needed.patch
new file mode 100644
index 000000000000..87a31a424a08
--- /dev/null
+++ b/net-dialup/penggy/files/penggy-0.2.1-as-needed.patch
@@ -0,0 +1,12 @@
+diff -Nru penggy-0.2.1.orig/configure.ac penggy-0.2.1/configure.ac
+--- penggy-0.2.1.orig/configure.ac 2003-02-05 00:45:58.000000000 +0200
++++ penggy-0.2.1/configure.ac 2006-09-24 10:48:24.861838000 +0300
+@@ -193,7 +193,7 @@
+ AC_DEFINE([ENABLE_MODEM], 1,[ Enable/disable modem driver ])
+ GUILE_FLAGS
+ CFLAGS="$CFLAGS $GUILE_CFLAGS"
+- LDFLAGS="$LDFLAGS $GUILE_LDFLAGS"
++ LIBS="$LIBS $GUILE_LDFLAGS"
+ AC_MSG_CHECKING(whether scm_eval conforms to R5RS)
+ AC_CACHE_VAL(guile_r5rs_eval, [
+ AC_TRY_COMPILE([#include <guile/gh.h>], [SCM e, m; scm_eval(e, m);],