diff options
author | linimon <linimon@FreeBSD.org> | 2011-11-11 05:42:53 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2011-11-11 05:42:53 +0800 |
commit | b296130cbc4eae0b92b6c00933779ffd2bdb98cc (patch) | |
tree | 14773d4747783365f4241a44abc7457ab5f3b45a /devel | |
parent | f54735df9b3c4497b4b596ecb84c42ccda455f47 (diff) | |
download | freebsd-ports-gnome-b296130cbc4eae0b92b6c00933779ffd2bdb98cc.tar.gz freebsd-ports-gnome-b296130cbc4eae0b92b6c00933779ffd2bdb98cc.tar.zst freebsd-ports-gnome-b296130cbc4eae0b92b6c00933779ffd2bdb98cc.zip |
Mark as broken on powerpc-9: fails to link.
Hat: portmgr
Feature safe: yes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libdlna/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/libdlna/Makefile b/devel/libdlna/Makefile index 870dc449b8f4..df259e01b2a8 100644 --- a/devel/libdlna/Makefile +++ b/devel/libdlna/Makefile @@ -37,4 +37,10 @@ post-patch: 's#\(PKGCONFIG_DIR = \).*#\1${LOCALBASE}/libdata/pkgconfig#' \ ${WRKSRC}/Makefile -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${ARCH} == "powerpc" && ${OSVERSION} > 900000 +BROKEN= Does not build on powerpc-9: fails to link +.endif + +.include <bsd.port.post.mk> |