diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-06-21 14:41:03 +0800 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-06-21 14:41:03 +0800 |
commit | 2df897638909436cdaa16ccb9a246070356f0b18 (patch) | |
tree | 6b4436d4344bbd050fb9221a6631938fcd195f46 /graphics/cinepaint | |
parent | 0dbb42391e68de48a67d4a45bdf25393b450dd42 (diff) | |
download | freebsd-ports-gnome-2df897638909436cdaa16ccb9a246070356f0b18.tar.gz freebsd-ports-gnome-2df897638909436cdaa16ccb9a246070356f0b18.tar.zst freebsd-ports-gnome-2df897638909436cdaa16ccb9a246070356f0b18.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> |