diff options
author | marcus <marcus@FreeBSD.org> | 2009-04-11 10:21:25 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2009-04-11 10:21:25 +0800 |
commit | 758971fb41e4987c40da9e6d7c43d47fcccdd327 (patch) | |
tree | ea19d1523af3fbf8c99650861f712cb7eb3fc9c6 /textproc/exempi | |
parent | 5734c58fe1d3d9fb7e401a9ccca1d60a319967d4 (diff) | |
download | freebsd-ports-gnome-758971fb41e4987c40da9e6d7c43d47fcccdd327.tar.gz freebsd-ports-gnome-758971fb41e4987c40da9e6d7c43d47fcccdd327.tar.zst freebsd-ports-gnome-758971fb41e4987c40da9e6d7c43d47fcccdd327.zip |
This port now compiles on sparc64.
PR: 133208
Submitted by: Florian Smeets <flo@kasimir.com>
Diffstat (limited to 'textproc/exempi')
-rw-r--r-- | textproc/exempi/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/textproc/exempi/Makefile b/textproc/exempi/Makefile index b0a2191bff69..418230909751 100644 --- a/textproc/exempi/Makefile +++ b/textproc/exempi/Makefile @@ -29,10 +29,4 @@ post-patch: @${REINPLACE_CMD} -e 's|$${libdir}/pkgconfig|${PREFIX}/libdata/pkgconfig|' \ ${WRKSRC}/configure -.include <bsd.port.pre.mk> - -.if ${ARCH} == "sparc64" -BROKEN= Does not compile on sparc64 -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |