1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-01 10:59:55 +00:00

- Respect CFLAGS and PTHREAD_LIBS

PR:             61530
Submitted by:   Markus Brueffer <brueffer@phoenix-systems.de> (maintainer)
Approved by:    erwin (mentor) (implicitly)
This commit is contained in:
Clement Laforet 2004-01-18 15:25:46 +00:00
parent 22fc50085a
commit a7572876c0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=98478

View File

@ -21,11 +21,11 @@ USE_REINPLACE= yes
USE_BZIP2= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET=
CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= XML2POT=${TRUE} PO2XML=${TRUE}
post-patch:
@${REINPLACE_CMD} -e 's|-pedantic ||g' ${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/configure
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/x11/kde3/Makefile.kde"
.include <bsd.port.post.mk>