summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/pinfo/files/pinfo-0.6.9-as-needed.patch')
-rw-r--r--app-text/pinfo/files/pinfo-0.6.9-as-needed.patch22
1 files changed, 0 insertions, 22 deletions
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
deleted file mode 100644
index 85a80e6f2602..000000000000
--- a/app-text/pinfo/files/pinfo-0.6.9-as-needed.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- a/macros/curses.m4
-+++ b/macros/curses.m4
-@@ -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
-
- ])
-