mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-01 10:59:55 +00:00
Convert to USES=autoreconf and remove unneeded -fPIC.
This commit is contained in:
parent
1b92122f42
commit
223d2940cd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=457177
@ -29,16 +29,15 @@ PATCH_STRIP= -p1
|
||||
|
||||
PORTSCOUT= skipv:3.10g
|
||||
|
||||
USES= alias gmake
|
||||
USE_AUTOTOOLS= autoconf
|
||||
GNU_CONFIGURE= yes
|
||||
USES= alias autoreconf gmake
|
||||
AUTORECONF_WRKSRC= ${WRKSRC}/gnu
|
||||
CONFIGURE_WRKSRC= ${WRKSRC}/gnu
|
||||
MAKEFILE= GNUmakefile
|
||||
ALL_TARGET= prepare all
|
||||
STRIP= # empty
|
||||
LLD_UNSAFE= yes
|
||||
|
||||
CFLAGS+= -fPIC
|
||||
|
||||
PORTDOCS= *
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
@ -59,7 +58,8 @@ pre-patch:
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's!/etc!${LOCALBASE}/etc!' \
|
||||
${WRKSRC}/arj.c ${WRKSRC}/file_reg.c ${WRKSRC}/rearj.c
|
||||
@${REINPLACE_CMD} -e 's!-O2!!' ${WRKSRC}/gnu/configure.in
|
||||
@${REINPLACE_CMD} -e 's!-O2!!' -e 's!ALIGN_POINTERS!&,1,desc!' \
|
||||
-e 's!USE_COLORS!&,1,desc!' ${WRKSRC}/gnu/configure.in
|
||||
@${REINPLACE_CMD} -e 's!^static !!' ${WRKSRC}/integr.c
|
||||
|
||||
post-install:
|
||||
|
Loading…
Reference in New Issue
Block a user