1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Remove hardwired arch-dependent flags from CFLAGS.

PR:		52276
Submitted by:	Ports Fury
This commit is contained in:
Pete Fritchman 2003-05-19 01:13:45 +00:00
parent 4e367af482
commit c1dcd83c49
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=81316

View File

@ -34,7 +34,7 @@ MAN1= lqtplay.1
CFLAGS+= -O0
post-patch:
@${REINPLACE_CMD} -e 's|CFLAGS=".*-O3|CFLAGS="\$$CFLAGS|g ; \
s|CFLAGS=".*-O6|CFLAGS="\$$CFLAGS|g' ${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|$$OPTIMIZE_CFLAGS $$COMMON_CFLAGS|$$CFLAGS|g' \
${WRKSRC}/configure
.include <bsd.port.mk>