diff options
author | kris <kris@FreeBSD.org> | 2004-06-21 14:41:03 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-06-21 14:41:03 +0800 |
commit | df1e04ed0a205e5c14202309d0d5fbfcbefd38f7 (patch) | |
tree | dad4d890f51b9a0dc11c0e5a049d323204ffcec3 /graphics/cinepaint | |
parent | 9500b3d7a13caa2d4abb6592057eaef3fd65ca70 (diff) | |
download | freebsd-ports-gnome-df1e04ed0a205e5c14202309d0d5fbfcbefd38f7.tar.gz freebsd-ports-gnome-df1e04ed0a205e5c14202309d0d5fbfcbefd38f7.tar.zst freebsd-ports-gnome-df1e04ed0a205e5c14202309d0d5fbfcbefd38f7.zip |
Now builds completely on amd64
Diffstat (limited to 'graphics/cinepaint')
-rw-r--r-- | graphics/cinepaint/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/graphics/cinepaint/Makefile b/graphics/cinepaint/Makefile index 1da6bced2bb6..c8e95f69c4c4 100644 --- a/graphics/cinepaint/Makefile +++ b/graphics/cinepaint/Makefile @@ -40,12 +40,6 @@ PLIST_SUB+= OPENEXR:="" PLIST_SUB+= OPENEXR:="@comment " .endif -.include <bsd.port.pre.mk> - -.if ${ARCH} == "amd64" -BROKEN= "Does not compile completely" -.endif - post-patch: @${REINPLACE_CMD} -e \ 's| -Wall||' \ @@ -55,4 +49,4 @@ post-patch: 's|-LINUX.+$$||' \ ${WRKSRC}/Makefile.in -.include <bsd.port.post.mk> +.include <bsd.port.mk> |