From f657ebf2ed48a60347604d70934cea0e543a848a Mon Sep 17 00:00:00 2001 From: agc Date: Wed, 7 Apr 1999 09:49:33 +0000 Subject: Make this package work on Solaris. --- graphics/xv/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'graphics/xv') diff --git a/graphics/xv/Makefile b/graphics/xv/Makefile index 1e24cee007a..2e1cfdff163 100644 --- a/graphics/xv/Makefile +++ b/graphics/xv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 1999/01/04 23:29:46 frueauf Exp $ +# $NetBSD: Makefile,v 1.17 1999/04/07 09:49:33 agc Exp $ # FreeBSD Id: Makefile,v 1.14 1997/07/03 07:37:08 asami Exp # @@ -41,4 +41,9 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/docs/xvdocs.ps ${PREFIX}/share/doc/xv .endif +.if ${OPSYS} == "SunOS" +MAKE_ENV+= CPPFLAGS= +LDFLAGS+= -Wl,-R${X11BASE}/lib +.endif + .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3