diff options
author | Johan van Selst <johans@FreeBSD.org> | 2009-06-07 14:22:53 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2009-06-07 14:22:53 +0000 |
commit | 7368ea4606151d64675c243693f21489e0818648 (patch) | |
tree | f83a57c95fb8d793a6fa345e3084bb07b90e568f /emulators/openmsx | |
parent | e3ed1f430d009bb82efefd6c0581857ae9506cb5 (diff) | |
download | ports-7368ea4606151d64675c243693f21489e0818648.tar.gz ports-7368ea4606151d64675c243693f21489e0818648.zip |
Notes
Diffstat (limited to 'emulators/openmsx')
-rw-r--r-- | emulators/openmsx/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/emulators/openmsx/Makefile b/emulators/openmsx/Makefile index c1afe3774108..24fe6301e326 100644 --- a/emulators/openmsx/Makefile +++ b/emulators/openmsx/Makefile @@ -36,6 +36,10 @@ USE_SDL= sdl image ttf MAKE_ARGS+= INSTALL_DOC_DIR=${WRKSRC}/dummy .endif +post-patch: + @${REINPLACE_CMD} -e '/^SYMLINK_FOR_BINARY/s/true/false/' \ + ${WRKSRC}/build/custom.mk + .include <bsd.port.pre.mk> .if (${ARCH} == "amd64") |