- 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:
parent
7efcc28f8e
commit
22fc50085a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=98477
1 changed files with 6 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue