diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-25 19:42:24 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-25 19:42:24 +0800 |
commit | 964ae23b9472b4ace534f3e2ff477e69295beb82 (patch) | |
tree | 087bd62a13666c088026a09195aaafb041e87c23 /graphics | |
parent | 8711fb7be6dea4457e4f35e3b204cbc650170c4f (diff) | |
download | freebsd-ports-gnome-964ae23b9472b4ace534f3e2ff477e69295beb82.tar.gz freebsd-ports-gnome-964ae23b9472b4ace534f3e2ff477e69295beb82.tar.zst freebsd-ports-gnome-964ae23b9472b4ace534f3e2ff477e69295beb82.zip |
- Mark BROKEN on 9.x:
clang++: error: unknown argument: '-R/usr/local/lib'
Approved by: portmgr blanket
Reported by: pkg-fallout
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/oyranos/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/oyranos/Makefile b/graphics/oyranos/Makefile index 8eca72b2a3ba..1d8c3349c83b 100644 --- a/graphics/oyranos/Makefile +++ b/graphics/oyranos/Makefile @@ -24,6 +24,8 @@ LIB_DEPENDS= libraw.so:${PORTSDIR}/graphics/libraw \ liblcms2.so:${PORTSDIR}/graphics/lcms2 \ libXcm.so:${PORTSDIR}/x11/libXcm +BROKEN_FreeBSD_9= does not build + USES= cmake gettext iconv pkgconfig tar:bzip2 USE_GL= yes USE_LDCONFIG= yes |