diff options
author | rillig <rillig@pkgsrc.org> | 2007-03-13 10:00:55 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-03-13 10:00:55 +0000 |
commit | 4ff90df9d94a45a42072d74ca65ad6c185648020 (patch) | |
tree | 9ff97c0d0cf4882706b768f7f011031a641681fe /graphics | |
parent | 7ebc9e62827bbff0497155426216f3618dbec631 (diff) | |
download | pkgsrc-4ff90df9d94a45a42072d74ca65ad6c185648020.tar.gz |
LIBS.IRIX is more appropriate than LDFLAGS for specifying additional
libraries.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/openexr/Makefile | 9 |
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" |