diff options
author | danfe <danfe@FreeBSD.org> | 2004-12-23 23:07:11 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2004-12-23 23:07:11 +0800 |
commit | 6a1cbf6e620122491b896eb03874c92932eb5a66 (patch) | |
tree | 7a66b10b887d944574902df32be45805def4cf3e /misc/estic/Makefile | |
parent | 2b98e6b108c911dfc50484e67bb4d2734624755a (diff) | |
download | freebsd-ports-graphics-6a1cbf6e620122491b896eb03874c92932eb5a66.tar.gz freebsd-ports-graphics-6a1cbf6e620122491b896eb03874c92932eb5a66.tar.zst freebsd-ports-graphics-6a1cbf6e620122491b896eb03874c92932eb5a66.zip |
Fix bad C++ code and thus unbreak with recent GCC.
Diffstat (limited to 'misc/estic/Makefile')
-rw-r--r-- | misc/estic/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/misc/estic/Makefile b/misc/estic/Makefile index 64c30fe1dc2..7f955f3dd97 100644 --- a/misc/estic/Makefile +++ b/misc/estic/Makefile @@ -32,12 +32,6 @@ PBX_DOC=${DOCSDIR} ESTIC=${WRKSRC}/estic MAKE_E= make X11BASE=${X11BASE} -f make/freebsd${X_OR_NOT}.mak -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 500113 -BROKEN= "Does not compile (bad C++ code)" -.endif - do-configure: @cd ${WRKSRC}/spunk ; ${MAKE_E} dep @cd ${ESTIC} ; ${MAKE_E} dep @@ -86,4 +80,4 @@ demo: # CDROMs, # (despite the original German phraseology) as I (<jhs@freebsd.org>) # have obtained a waiver. See ${FILESDIR}/README for explanation. -.include <bsd.port.post.mk> +.include <bsd.port.mk> |