1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Fix the build for FreeBSD 4.x again, which I bring old parts back in by

accident. Still untest on 4.x.

Reported by:	krismail
This commit is contained in:
Jeremy Messenger 2005-10-22 19:27:59 +00:00
parent dd13b234ca
commit 2536132a5f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=146131
3 changed files with 3 additions and 3 deletions

View File

@ -47,7 +47,7 @@ pre-everything::
post-patch:
@${REINPLACE_CMD} -e 's|cc|${CC}|g ; \
s|-g |${CFLAGS} ${CPPFLAGS} ${PTHREAD_CFLAGS}|g ; \
s|-g |${CFLAGS} ${CPPFLAGS} ${PTHREAD_CFLAGS} |g ; \
s|-pthread|${PTHREAD_LIBS}|g ; \
s|$$LINKLIBS ;|${LDFLAGS} $$LINKLIBS ;|g' \
${WRKSRC}/configure

View File

@ -47,7 +47,7 @@ pre-everything::
post-patch:
@${REINPLACE_CMD} -e 's|cc|${CC}|g ; \
s|-g |${CFLAGS} ${CPPFLAGS} ${PTHREAD_CFLAGS}|g ; \
s|-g |${CFLAGS} ${CPPFLAGS} ${PTHREAD_CFLAGS} |g ; \
s|-pthread|${PTHREAD_LIBS}|g ; \
s|$$LINKLIBS ;|${LDFLAGS} $$LINKLIBS ;|g' \
${WRKSRC}/configure

View File

@ -47,7 +47,7 @@ pre-everything::
post-patch:
@${REINPLACE_CMD} -e 's|cc|${CC}|g ; \
s|-g |${CFLAGS} ${CPPFLAGS} ${PTHREAD_CFLAGS}|g ; \
s|-g |${CFLAGS} ${CPPFLAGS} ${PTHREAD_CFLAGS} |g ; \
s|-pthread|${PTHREAD_LIBS}|g ; \
s|$$LINKLIBS ;|${LDFLAGS} $$LINKLIBS ;|g' \
${WRKSRC}/configure