mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Fix build on current
This commit is contained in:
parent
5052a1425f
commit
40f7e6217e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=61358
12
devel/libhash/files/patch-Makefile
Normal file
12
devel/libhash/files/patch-Makefile
Normal file
@ -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
|
||||
|
@ -1,6 +1,7 @@
|
||||
PREFIX?=/usr/local
|
||||
LIBDIR= ${PREFIX}/lib
|
||||
INCDIR= ${PREFIX}/include
|
||||
INCSDIR=${PREFIX}/include
|
||||
INCDIR= ${INCSDIR} # for 4.x bsd.lib.mk
|
||||
|
||||
LIB= stocks
|
||||
SHLIB_MAJOR=0
|
||||
|
@ -1,6 +1,7 @@
|
||||
PREFIX?=/usr/local
|
||||
LIBDIR= ${PREFIX}/lib
|
||||
INCDIR= ${PREFIX}/include
|
||||
INCSDIR=${PREFIX}/include
|
||||
INCDIR= ${INCSDIR} # for 4.x bsd.lib.mk
|
||||
|
||||
LIB= stocks
|
||||
SHLIB_MAJOR=0
|
||||
|
Loading…
Reference in New Issue
Block a user