diff options
Diffstat (limited to 'archivers/xmill/Makefile')
-rw-r--r-- | archivers/xmill/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/archivers/xmill/Makefile b/archivers/xmill/Makefile index bbcbe7ba1851..471fc06b022f 100644 --- a/archivers/xmill/Makefile +++ b/archivers/xmill/Makefile @@ -27,10 +27,6 @@ PORTEXAMPLES= * .include <bsd.port.pre.mk> -.if ( ${ARCH} == "amd64" || ${ARCH} == "sparc64" ) && ${OSVERSION} >= 700043 -BROKEN= does not compile -.endif - post-patch: # Allow to build with modern GCC @${REINPLACE_CMD} -e 's,friend,& class,' ${WRKSRC}/XMill/*.?pp \ |