apparently on IRIX some of the math functions are found in libmx, so
add this explicitly to LDFLAGS
This commit is contained in:
parent
65a8793c13
commit
32f2626fe5
1 changed files with 7 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.7 2006/02/05 23:09:36 joerg Exp $
|
||||
# $NetBSD: Makefile,v 1.8 2006/04/28 17:55:48 jschauma Exp $
|
||||
|
||||
DISTNAME= OpenEXR-1.2.2
|
||||
PKGNAME= openexr-1.2.2
|
||||
|
@ -16,5 +16,11 @@ GNU_CONFIGURE= yes
|
|||
PKGCONFIG_OVERRIDE= ${WRKSRC}/OpenExr.pc.in
|
||||
TEST_TARGET= check
|
||||
|
||||
.include "../../mk/bsd.prefs.mk"
|
||||
|
||||
.if ${OPSYS} == "IRIX"
|
||||
LDFLAGS+= -lmx
|
||||
.endif
|
||||
|
||||
.include "../../x11/fltk/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
Loading…
Reference in a new issue