From 5414d58bd34edfabb86e82a5cca8e792be868d91 Mon Sep 17 00:00:00 2001 From: Jeroen Roovers Date: Mon, 26 Jun 2006 22:44:12 +0000 Subject: Fixing --as-needed as reported in bug #138106. Thanks to TGL for reporting and the patch, and Flameeyes and exg for their kind advice. (Portage version: 2.1.1_pre1-r2) --- app-text/pinfo/files/pinfo-0.6.9-as-needed.patch | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 app-text/pinfo/files/pinfo-0.6.9-as-needed.patch (limited to 'app-text/pinfo/files') diff --git a/app-text/pinfo/files/pinfo-0.6.9-as-needed.patch b/app-text/pinfo/files/pinfo-0.6.9-as-needed.patch new file mode 100644 index 000000000000..e2c005099b8f --- /dev/null +++ b/app-text/pinfo/files/pinfo-0.6.9-as-needed.patch @@ -0,0 +1,22 @@ +--- ./macros/curses.m4.orig 2006-06-26 22:29:10.000000000 +0200 ++++ ./macros/curses.m4 2006-06-26 22:31:16.000000000 +0200 +@@ -257,8 +257,8 @@ + dnl save CFLAGS and LDFLAGS and set new ones + CFLAGS_OLD=$CFLAGS + CFLAGS="$CFLAGS $curses_includes" +- LDFLAGS_OLD=$LDFLAGS +- LDFLAGS="$LDFLAGS $curses_libs" ++ LIBS_OLD=$LIBS ++ LIBS="$LIBS $curses_libs" + + dnl do the compile test + AC_MSG_CHECKING([if curses is usable]) +@@ -288,7 +288,7 @@ + + dnl restore variables + CFLAGS=$CFLAGS_OLD +- LDFLAGS=$LDFLAGS_OLD ++ LIBS=$LIBS_OLD + + ]) + -- cgit v1.2.3-65-gdbad