aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2004-03-08 18:06:07 +0800
committerarved <arved@FreeBSD.org>2004-03-08 18:06:07 +0800
commit8beaeec9974fae2f5d673a615dd6e99d7b40e032 (patch)
tree1c616e5c9b950fc0c12e57c54c96dd5d26cc649a
parent64f4703a25b141329a9cda99ef21bd36e337c9f3 (diff)
downloadfreebsd-ports-gnome-8beaeec9974fae2f5d673a615dd6e99d7b40e032.tar.gz
freebsd-ports-gnome-8beaeec9974fae2f5d673a615dd6e99d7b40e032.tar.zst
freebsd-ports-gnome-8beaeec9974fae2f5d673a615dd6e99d7b40e032.zip
Attempt to fix build on bento by setting a default OPTION
if PACKAGE_BUILDING
-rw-r--r--emulators/fmsx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/fmsx/Makefile b/emulators/fmsx/Makefile
index b7b9f929f8a3..e274d27409e6 100644
--- a/emulators/fmsx/Makefile
+++ b/emulators/fmsx/Makefile
@@ -29,7 +29,7 @@ OPTIONS= BPP16 "With BPP16" Off \
.include <bsd.port.pre.mk>
post-patch:
-.ifdef(WITH_BPP32)
+.ifdef(WITH_BPP32) || defined(PACKAGE_BUILDING) || defined(BATCH)
${REINPLACE_CMD} -e 's/%%BPP%%/BPP32/' ${WRKSRC}/Makefile
.endif
.ifdef(WITH_BPP24)