summaryrefslogtreecommitdiff
path: root/graphics/openexr
diff options
context:
space:
mode:
authorrillig <rillig>2007-03-13 10:00:55 +0000
committerrillig <rillig>2007-03-13 10:00:55 +0000
commitefa6e29b321f6f6a49a89699b87494eea7577d54 (patch)
tree9ff97c0d0cf4882706b768f7f011031a641681fe /graphics/openexr
parent89d48ad4c1800f5c02b1a88614d7e6aa82974f75 (diff)
downloadpkgsrc-efa6e29b321f6f6a49a89699b87494eea7577d54.tar.gz
LIBS.IRIX is more appropriate than LDFLAGS for specifying additional
libraries.
Diffstat (limited to 'graphics/openexr')
-rw-r--r--graphics/openexr/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/graphics/openexr/Makefile b/graphics/openexr/Makefile
index d890d30a6b8..59e1befea76 100644
--- a/graphics/openexr/Makefile
+++ b/graphics/openexr/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2007/03/13 09:16:56 rillig Exp $
+# $NetBSD: Makefile,v 1.16 2007/03/13 10:00:55 rillig Exp $
DISTNAME= openexr-1.4.0a
PKGNAME= openexr-1.4.0
@@ -18,12 +18,7 @@ GNU_CONFIGURE= yes
PKGCONFIG_OVERRIDE= OpenEXR.pc.in
TEST_TARGET= check
PTHREAD_OPTS+= require
-
-.include "../../mk/bsd.prefs.mk"
-
-.if ${OPSYS} == "IRIX"
-LDFLAGS+= -lmx
-.endif
+LIBS.IRIX+= -lmx
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"