aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-ReadLine-Gnu/files
diff options
context:
space:
mode:
authormph <mph@FreeBSD.org>1998-06-15 12:48:40 +0800
committermph <mph@FreeBSD.org>1998-06-15 12:48:40 +0800
commit1cb0f7a43a8e7bea5378d0853c5a975e4df38db7 (patch)
tree32a4de8166ef725ec80ec96612994515e7368251 /devel/p5-ReadLine-Gnu/files
parentc1d35fefe0c095248f096ffcd4c00ec6ef4da2b6 (diff)
downloadfreebsd-ports-graphics-1cb0f7a43a8e7bea5378d0853c5a975e4df38db7.tar.gz
freebsd-ports-graphics-1cb0f7a43a8e7bea5378d0853c5a975e4df38db7.tar.zst
freebsd-ports-graphics-1cb0f7a43a8e7bea5378d0853c5a975e4df38db7.zip
Upgrade to 1.01.
Diffstat (limited to 'devel/p5-ReadLine-Gnu/files')
-rw-r--r--devel/p5-ReadLine-Gnu/files/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/p5-ReadLine-Gnu/files/patch-aa b/devel/p5-ReadLine-Gnu/files/patch-aa
new file mode 100644
index 00000000000..f7d31bfb196
--- /dev/null
+++ b/devel/p5-ReadLine-Gnu/files/patch-aa
@@ -0,0 +1,13 @@
+--- Makefile.PL.orig Mon Jun 15 00:44:42 1998
++++ Makefile.PL Mon Jun 15 00:45:04 1998
+@@ -14,8 +14,8 @@
+
+ ########################################################################
+ # Modify these variables if you need.
+-$libreadlinedir = '/usr/local/gnu/lib'; # for -L option
+-$increadlinedir = '/usr/local/gnu/inc'; # for -I option
++$libreadlinedir = '/usr/lib'; # for -L option
++$increadlinedir = '/usr/include'; # for -I option
+
+ ########################################################################
+ use ExtUtils::MakeMaker;