1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-04 11:23:46 +00:00

Fix the build for FreeBSD 4.x. It's untest, btw.

Reported by: krismail
This commit is contained in:
Jeremy Messenger 2005-10-17 07:15:39 +00:00
parent 19ec223b89
commit 9bf293e121
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=145625
3 changed files with 3 additions and 3 deletions

View File

@ -34,7 +34,7 @@ post-patch:
s|$$LINKLIBS ;|${LDFLAGS} $$LINKLIBS ;|g' \
${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|-O3||g ; \
s|-g |${CFLAGS} ${CPPFLAGS} ${PTHREAD_CFLAGS}|g' \
s|-g |${CFLAGS} ${CPPFLAGS} ${PTHREAD_CFLAGS} |g' \
${WRKSRC}/Jamrules
# jam -dx, it will giving a verbose of build.

View File

@ -34,7 +34,7 @@ post-patch:
s|$$LINKLIBS ;|${LDFLAGS} $$LINKLIBS ;|g' \
${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|-O3||g ; \
s|-g |${CFLAGS} ${CPPFLAGS} ${PTHREAD_CFLAGS}|g' \
s|-g |${CFLAGS} ${CPPFLAGS} ${PTHREAD_CFLAGS} |g' \
${WRKSRC}/Jamrules
# jam -dx, it will giving a verbose of build.

View File

@ -34,7 +34,7 @@ post-patch:
s|$$LINKLIBS ;|${LDFLAGS} $$LINKLIBS ;|g' \
${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|-O3||g ; \
s|-g |${CFLAGS} ${CPPFLAGS} ${PTHREAD_CFLAGS}|g' \
s|-g |${CFLAGS} ${CPPFLAGS} ${PTHREAD_CFLAGS} |g' \
${WRKSRC}/Jamrules
# jam -dx, it will giving a verbose of build.