Rename `__progname' to avoid the clash with the one in /usr/lib/crt1.o
and convert the port to USES=+localbase while I'm here. Reported by: pkg-fallout
This commit is contained in:
parent
0299bb02ff
commit
5d8569dd0a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=547251
@ -14,19 +14,18 @@ LICENSE= GPLv2
|
||||
|
||||
LIB_DEPENDS= libtre.so:textproc/libtre
|
||||
|
||||
USES= alias
|
||||
USES= alias localbase
|
||||
GNU_CONFIGURE= yes
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
PLIST_FILES= etc/scalpel.conf.sample bin/scalpel man/man1/scalpel.1.gz
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e \
|
||||
's/#ifdef __APPLE__/#if defined(__APPLE__) || defined(__FreeBSD__)/' \
|
||||
${WRKSRC}/src/scalpel.h
|
||||
@${REINPLACE_CMD} -e 's,__progname,__${PORTNAME}&,' \
|
||||
${WRKSRC}/src/scalpel.? ${WRKSRC}/src/helpers.c
|
||||
|
||||
post-install:
|
||||
@${CP} -p ${WRKSRC}/scalpel.conf ${STAGEDIR}${PREFIX}/etc/scalpel.conf.sample
|
||||
|
Loading…
Reference in New Issue
Block a user