Don't junk packages. Even though x264 isn't actually used in the final
executable, scons barfs if it disappears during build. suggested by sthen@
This commit is contained in:
parent
59d35ae7b0
commit
99e097f2ac
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2012/12/25 00:07:01 bentley Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2013/01/07 03:14:00 bentley Exp $
|
||||
|
||||
COMMENT = emulator for Nintendo Entertainment System
|
||||
|
||||
@ -51,4 +51,7 @@ do-install:
|
||||
${MODSCONS_ENV} ${MODSCONS_FLAGS} \
|
||||
--prefix=${PREFIX} ${INSTALL_TARGET}
|
||||
|
||||
# XXX scons picks up x264.h even though it's in an apparently unused ifdef block
|
||||
DPB_PROPERTIES = nojunk
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user