diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-21 04:09:58 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-21 04:09:58 +0800 |
commit | 42c7b53ac22023e81e32e985d2b04e913e9f0d90 (patch) | |
tree | 8d9c552ae62b011326d86a359e4fe0d885ffd0e9 /graphics | |
parent | 2a2954e065dab0d34d6a9048c55b43ee9bb3f7be (diff) | |
download | freebsd-ports-gnome-42c7b53ac22023e81e32e985d2b04e913e9f0d90.tar.gz freebsd-ports-gnome-42c7b53ac22023e81e32e985d2b04e913e9f0d90.tar.zst freebsd-ports-gnome-42c7b53ac22023e81e32e985d2b04e913e9f0d90.zip |
- Unbreak (compiles fine on my amd64)
PR: 121845
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/wings-devel/Makefile | 8 | ||||
-rw-r--r-- | graphics/wings/Makefile | 8 |
2 files changed, 2 insertions, 14 deletions
diff --git a/graphics/wings-devel/Makefile b/graphics/wings-devel/Makefile index d8aef17e82ca..4129eff7e377 100644 --- a/graphics/wings-devel/Makefile +++ b/graphics/wings-devel/Makefile @@ -27,12 +27,6 @@ SUB_FILES= wings.sh USE_BZIP2= yes USE_GMAKE= yes -.include <bsd.port.pre.mk> - -.if ${ARCH} != "i386" -BROKEN= Does not compile on !i386 -.endif - post-patch: @${REINPLACE_CMD} -e 's|$$(GCC)|${CC} -I${LOCALBASE}/include -L${LOCALBASE}/lib|g' \ ${WRKSRC}/plugins_src/accel/Makefile @@ -45,4 +39,4 @@ do-install: @${INSTALL_SCRIPT} ${WRKDIR}/wings.sh ${PREFIX}/bin/wings @${LN} -sf ${DISTNAME} ${PREFIX}/lib/erlang/lib/${PORTNAME} -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/graphics/wings/Makefile b/graphics/wings/Makefile index d8aef17e82ca..4129eff7e377 100644 --- a/graphics/wings/Makefile +++ b/graphics/wings/Makefile @@ -27,12 +27,6 @@ SUB_FILES= wings.sh USE_BZIP2= yes USE_GMAKE= yes -.include <bsd.port.pre.mk> - -.if ${ARCH} != "i386" -BROKEN= Does not compile on !i386 -.endif - post-patch: @${REINPLACE_CMD} -e 's|$$(GCC)|${CC} -I${LOCALBASE}/include -L${LOCALBASE}/lib|g' \ ${WRKSRC}/plugins_src/accel/Makefile @@ -45,4 +39,4 @@ do-install: @${INSTALL_SCRIPT} ${WRKDIR}/wings.sh ${PREFIX}/bin/wings @${LN} -sf ${DISTNAME} ${PREFIX}/lib/erlang/lib/${PORTNAME} -.include <bsd.port.post.mk> +.include <bsd.port.mk> |