Fix install with custom PREFIX.
Reported by: QATty
This commit is contained in:
parent
9615fc817a
commit
91f16d9025
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=235202
1 changed files with 3 additions and 2 deletions
|
@ -17,8 +17,9 @@ COMMENT= NGPT is a next generation pthread implementation based on GNU pth
|
|||
|
||||
USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --enable-tests=no --enable-maintainer=no --enable-pthread \
|
||||
--disable-kernel-patch
|
||||
CONFIGURE_ARGS= --enable-tests=no --enable-maintainer=no \
|
||||
--enable-pthread --disable-kernel-patch \
|
||||
--exec-prefix=${PREFIX} --includedir=${PREFIX}/include
|
||||
USE_GMAKE= yes
|
||||
|
||||
ONLY_FOR_ARCHS= amd64 i386
|
||||
|
|
Loading…
Reference in a new issue