aboutsummaryrefslogtreecommitdiff
path: root/devel/libhash
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libhash')
-rw-r--r--devel/libhash/files/patch-Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/libhash/files/patch-Makefile b/devel/libhash/files/patch-Makefile
new file mode 100644
index 000000000000..daf3c29dbef3
--- /dev/null
+++ b/devel/libhash/files/patch-Makefile
@@ -0,0 +1,12 @@
+--- Makefile.orig Sun Jun 16 03:28:47 2002
++++ Makefile Sun Jun 16 03:29:04 2002
+@@ -22,7 +22,8 @@
+ SHLIB_MAJOR= 1
+
+ PREFIX?= /usr/local
+-INCDIR= ${PREFIX}/include
++INCSDIR=${PREFIX}/include
++INCDIR= ${INCSDIR} # for 4.x bsd.lib.mk
+ LIBDIR= ${PREFIX}/lib
+ MANDIR= ${PREFIX}/man/man
+