- Respect CFLAGS and PTHREAD_LIBS

PR:             61529
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:23:18 +00:00
parent 7efcc28f8e
commit 22fc50085a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=98477

View file

@ -15,7 +15,11 @@ COMMENT= CD organizer for KDE
USE_KDELIBS_VER=3
GNU_CONFIGURE= yes
USE_REINPLACE= yes
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
post-patch:
@${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT}
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/x11/kde3/Makefile.kde"
.include <bsd.port.post.mk>