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:
parent
656d88b861
commit
7cffea1d03
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=110955
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user