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:
parent
19ec223b89
commit
9bf293e121
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=145625
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user