diff options
Diffstat (limited to 'devel/p5-Curses/files')
-rw-r--r-- | devel/p5-Curses/files/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/p5-Curses/files/patch-aa b/devel/p5-Curses/files/patch-aa new file mode 100644 index 000000000000..c53d7a089d93 --- /dev/null +++ b/devel/p5-Curses/files/patch-aa @@ -0,0 +1,13 @@ +--- Makefile.PL.orig Thu Oct 17 17:17:45 1996 ++++ Makefile.PL Thu Oct 17 17:17:59 1996 +@@ -11,8 +11,8 @@ + # If none, pick one set and change it to the correct values. + + # AIX, HP-UX, Linux BSD, NETBSD, NeXT, SunOS BSD, FreeBSD BSD libcurses +-# $inc = ""; +-# $libs = "-lcurses -ltermcap"; ++$inc = ""; ++$libs = "-lcurses -ltermcap"; + + # [Courtesy of "Andrew V. Stesin" <stesin@elvisti.kiev.ua>] + # FreeBSD-2.0.5 ncurses + mytinfo NOTE! Straight curses works much |