mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 11:56:28 -04:00
Support stage
This commit is contained in:
parent
8b82c00cf3
commit
c6533d40c3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=340951
1 changed files with 1 additions and 2 deletions
|
@ -13,17 +13,16 @@ COMMENT= C library for parsing config files
|
||||||
|
|
||||||
CONFLICTS= libconfig-[0-9]*
|
CONFLICTS= libconfig-[0-9]*
|
||||||
|
|
||||||
|
USES= gmake
|
||||||
USE_AUTOTOOLS= libtool
|
USE_AUTOTOOLS= libtool
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
USE_GMAKE= yes
|
|
||||||
|
|
||||||
LDFLAGS+= -L${LOCALBASE}/lib
|
LDFLAGS+= -L${LOCALBASE}/lib
|
||||||
|
|
||||||
PLIST_FILES= include/libconfig.h lib/libconfig.a lib/libconfig.la \
|
PLIST_FILES= include/libconfig.h lib/libconfig.a lib/libconfig.la \
|
||||||
lib/libconfig.so lib/libconfig.so.1
|
lib/libconfig.so lib/libconfig.so.1
|
||||||
|
|
||||||
NO_STAGE= yes
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${REINPLACE_CMD} -e 's|echo aout|echo elf|g' \
|
@${REINPLACE_CMD} -e 's|echo aout|echo elf|g' \
|
||||||
${WRKSRC}/configure
|
${WRKSRC}/configure
|
||||||
|
|
Loading…
Add table
Reference in a new issue