diff options
Diffstat (limited to 'sci-mathematics/pspp/files/pspp-0.6.0-as-needed.patch')
-rw-r--r-- | sci-mathematics/pspp/files/pspp-0.6.0-as-needed.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sci-mathematics/pspp/files/pspp-0.6.0-as-needed.patch b/sci-mathematics/pspp/files/pspp-0.6.0-as-needed.patch new file mode 100644 index 000000000000..88257292de6a --- /dev/null +++ b/sci-mathematics/pspp/files/pspp-0.6.0-as-needed.patch @@ -0,0 +1,12 @@ +diff -Naur pspp-0.6.0/src/ui/terminal/automake.mk pspp-0.6.0.new/src/ui/terminal/automake.mk +--- pspp-0.6.0/src/ui/terminal/automake.mk 2008-05-03 01:59:39.000000000 -0400 ++++ pspp-0.6.0.new/src/ui/terminal/automake.mk 2008-10-28 09:20:50.000000000 -0400 +@@ -37,7 +37,7 @@ + $(NCURSES_LIBS) \ + $(LIBICONV) \ + gl/libgl.la \ +- @LIBINTL@ @LIBREADLINE@ ++ @LIBINTL@ -lreadline + + + |