summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbsam <bsam@FreeBSD.org>2016-03-16 11:48:47 +0000
committerbsam <bsam@FreeBSD.org>2016-03-16 11:48:47 +0000
commit0ca36dc895da2f0fad67b78a1055cc8fef59da1d (patch)
treea0ccb8afcb210dc0cd02aa594ee7c9a0ae26903e
parenta0b7d1e0f4c3553d5f93917677b2bf3ef3f43cc3 (diff)
downloadFreeBSD-ports-0ca36dc895da2f0fad67b78a1055cc8fef59da1d.zip
FreeBSD-ports-0ca36dc895da2f0fad67b78a1055cc8fef59da1d.tar.gz
graphics/iccexamin: Fix build at FreeBSD-HEAD (no-op for other versions).
The error is: ----- /usr/bin/ld: cannot find -lomp c++: error: linker command failed with exit code 1 (use -v to see invocation) *** Error code 1 -----
-rw-r--r--graphics/iccexamin/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/iccexamin/Makefile b/graphics/iccexamin/Makefile
index c07aea0..1f7f485 100644
--- a/graphics/iccexamin/Makefile
+++ b/graphics/iccexamin/Makefile
@@ -24,7 +24,7 @@ USES= desktop-file-utils gettext iconv jpeg pkgconfig tar:bzip2
HAS_CONFIGURE= yes
INSTALLS_ICONS= yes
USE_XORG= #
-CONFIGURE_ARGS+=--mandir=${PREFIX}/man
+CONFIGURE_ARGS+=--mandir=${PREFIX}/man --disable-openmp
post-patch:
@${REINPLACE_CMD} 's:\\$$(iconv):${ICONV_LIB}:' \
OpenPOWER on IntegriCloud