mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
devel/configkit: Fix build with llvm16
Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
e8bcd9afc4
commit
c3aacd80a0
@ -11,8 +11,18 @@ WWW= http://phk.freebsd.dk/phkrel/
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/libphk.a:devel/libphk
|
||||
|
||||
WRKSRC= ${WRKDIR}/ConfigKit
|
||||
USES= uidfix
|
||||
|
||||
MAKE_ARGS= BINDIR=${PREFIX}/bin LIBDIR=${PREFIX}/lib INCLUDEDIR=${PREFIX}/include
|
||||
|
||||
WRKSRC= ${WRKDIR}/ConfigKit
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if defined(NO_PROFILE) || ( ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400079 )
|
||||
PLIST_SUB+= PROFILE="@comment "
|
||||
.else
|
||||
PLIST_SUB+= PROFILE=""
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -3,4 +3,4 @@ include/configkit.h
|
||||
include/configkit_int.h
|
||||
include/configkit_src.h
|
||||
lib/libconfigkit.a
|
||||
lib/libconfigkit_p.a
|
||||
%%PROFILE%%lib/libconfigkit_p.a
|
||||
|
Loading…
Reference in New Issue
Block a user