1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

- Respect CFLAGS and PTHREAD_LIBS

PR:             61531
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:27:01 +00:00
parent a7572876c0
commit e5061e5bd1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=98479
2 changed files with 10 additions and 6 deletions

View File

@ -20,7 +20,9 @@ USE_REINPLACE= yes
USE_BZIP2= yes
USE_GMAKE= yes
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
post-patch:
@${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT}
.include "${.CURDIR}/../../x11/kde3/Makefile.kde"
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/x11/kde3/Makefile.kde"
.include <bsd.port.post.mk>

View File

@ -20,7 +20,9 @@ USE_REINPLACE= yes
USE_BZIP2= yes
USE_GMAKE= yes
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
post-patch:
@${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT}
.include "${.CURDIR}/../../x11/kde3/Makefile.kde"
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/x11/kde3/Makefile.kde"
.include <bsd.port.post.mk>