mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Unbreak on 8amd64 and 9amd64, gcc from base fails to compile it
This commit is contained in:
parent
a2e4b44cdb
commit
c18e3316de
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358154
1 changed files with 6 additions and 0 deletions
|
@ -30,6 +30,12 @@ PLIST_FILES= include/FreeImage.h \
|
||||||
lib/libfreeimageplus.so.3 \
|
lib/libfreeimageplus.so.3 \
|
||||||
lib/libfreeimageplus.so
|
lib/libfreeimageplus.so
|
||||||
|
|
||||||
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
|
.if ${ARCH} == amd64
|
||||||
|
USES+= compiler:c++0x
|
||||||
|
.endif
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${REINPLACE_CMD} -e 's|/usr|${PREFIX}| ; s|-o root -g root ||' \
|
@${REINPLACE_CMD} -e 's|/usr|${PREFIX}| ; s|-o root -g root ||' \
|
||||||
${WRKSRC}/Makefile.gnu ${WRKSRC}/Makefile.fip
|
${WRKSRC}/Makefile.gnu ${WRKSRC}/Makefile.fip
|
||||||
|
|
Loading…
Add table
Reference in a new issue