diff options
Diffstat (limited to 'games/magiccube4d/Makefile')
-rw-r--r-- | games/magiccube4d/Makefile | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/games/magiccube4d/Makefile b/games/magiccube4d/Makefile index 862ab2e755a7..5b94469bad51 100644 --- a/games/magiccube4d/Makefile +++ b/games/magiccube4d/Makefile @@ -22,10 +22,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-src-${PORTVERSION:S/./_/} DOCS= ChangeLog Intro.txt MagicCube4D-unix.txt \ ideas.txt readme-unix.txt -post-patch: - @${REINPLACE_CMD} -e 's/stickers)()/stickers)(0)/' \ - ${WRKSRC}/EventHandler.cpp - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/magiccube4d ${PREFIX}/bin .if !defined(NOPORTDOCS) @@ -37,10 +33,4 @@ do-install: .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 700042 -.if ${ARCH} == "amd64" || ${ARCH} == "sparc64" -BROKEN= Does not compile with GCC 4.2 -.endif -.endif - .include <bsd.port.post.mk> |