- Respect CFLAGS and PTHREAD_LIBS

PR:             61533
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:29:22 +00:00
parent e5061e5bd1
commit 38e2e29e2e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=98480

View File

@ -17,5 +17,11 @@ USE_BZIP2= yes
USE_KDELIBS_VER=3
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_REINPLACE= yes
.include <bsd.port.mk>
post-patch:
@${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT}
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/x11/kde3/Makefile.kde"
.include <bsd.port.post.mk>