1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Remove obsolete hack to respect PTHREAD_LIBS

No objection by: maintainer
This commit is contained in:
Markus Brueffer 2004-06-06 19:00:33 +00:00
parent 656d88b861
commit 7cffea1d03
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=110955
2 changed files with 2 additions and 6 deletions

View File

@ -33,9 +33,7 @@ USE_KDELIBS_VER= 3
USE_REINPLACE= yes
pre-configure:
${REINPLACE_CMD} "s,-pedantic ,,g; \
s,-pthread,${PTHREAD_LIBS},g; \
s,-O2 ,,g" ${WRKSRC}/configure
${REINPLACE_CMD} "s,-O2 ,,g" ${WRKSRC}/configure
.for i in config.h.in Makefile.in
${TOUCH} ${WRKSRC}/${i}
.endfor

View File

@ -33,9 +33,7 @@ USE_KDELIBS_VER= 3
USE_REINPLACE= yes
pre-configure:
${REINPLACE_CMD} "s,-pedantic ,,g; \
s,-pthread,${PTHREAD_LIBS},g; \
s,-O2 ,,g" ${WRKSRC}/configure
${REINPLACE_CMD} "s,-O2 ,,g" ${WRKSRC}/configure
.for i in config.h.in Makefile.in
${TOUCH} ${WRKSRC}/${i}
.endfor