diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-12-10 22:59:30 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-12-10 22:59:30 +0000 |
commit | 88d9e5132cfd4ca4b4cc27b7b32893479341ad94 (patch) | |
tree | dbdde3eb78a59ffa986bcd40476720c0e1e2388c /emulators/snes9express | |
parent | fa8319f5f28669ac291391afc4d294c9eb8aece2 (diff) | |
download | ports-88d9e5132cfd4ca4b4cc27b7b32893479341ad94.tar.gz ports-88d9e5132cfd4ca4b4cc27b7b32893479341ad94.zip |
Notes
Diffstat (limited to 'emulators/snes9express')
-rw-r--r-- | emulators/snes9express/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/emulators/snes9express/Makefile b/emulators/snes9express/Makefile index a877b5f22546..7c7effe55049 100644 --- a/emulators/snes9express/Makefile +++ b/emulators/snes9express/Makefile @@ -23,6 +23,12 @@ USE_XLIB= yes GNU_CONFIGURE= yes +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile +.endif + post-configure: @${REINPLACE_CMD} -e 's|lstat$$U.o||' ${WRKSRC}/Makefile @@ -38,4 +44,4 @@ do-install: .endfor .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |