summaryrefslogtreecommitdiff
path: root/graphics/imlib2/options.mk
diff options
context:
space:
mode:
authoradam <adam>2014-05-17 09:25:01 +0000
committeradam <adam>2014-05-17 09:25:01 +0000
commitbc85f5896c68f08fa4fe038a298778822a5301d9 (patch)
treec346f867bbac583dd7c9cb6f8f793ca4972ccc3d /graphics/imlib2/options.mk
parent067c668ed33a87d20e8ca4a5fd22279e49647419 (diff)
downloadpkgsrc-bc85f5896c68f08fa4fe038a298778822a5301d9.tar.gz
Version 1.4.6
- TGA loader: Fix for corrupt RLE format. - Fix drawing of closed polygons in certain situations (ticket 2309). - Set warning options when using gcc. - Silence compiler warnings. - Don't set -std=gnu99. - XPM loader: Simplify and fix certain case of cpp > 2.
Diffstat (limited to 'graphics/imlib2/options.mk')
-rw-r--r--graphics/imlib2/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/imlib2/options.mk b/graphics/imlib2/options.mk
index 09f4235f6d7..7c53e8cc514 100644
--- a/graphics/imlib2/options.mk
+++ b/graphics/imlib2/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.11 2012/10/23 10:24:06 wiz Exp $
+# $NetBSD: options.mk,v 1.12 2014/05/17 09:25:01 adam Exp $
.include "../../mk/bsd.prefs.mk"
@@ -7,7 +7,7 @@ PKG_SUPPORTED_OPTIONS= x11
PKG_SUGGESTED_OPTIONS= x11
.if ${MACHINE_ARCH} == "i386"
PKG_SUPPORTED_OPTIONS+= mmx
-.elif ${MACHINE_ARCH} == "x86_64"
+.elif ${MACHINE_ARCH} == "x86_64" && empty(PKGSRC_COMPILER:Mclang)
PKG_SUPPORTED_OPTIONS+= imlib2-amd64
PKG_SUGGESTED_OPTIONS+= imlib2-amd64
.endif