From 3213cba7c3499a314b46defe1fe18540a4c7eda8 Mon Sep 17 00:00:00 2001 From: jperkin Date: Thu, 9 Jan 2014 12:07:42 +0000 Subject: Do not build statically on SunOS. --- graphics/impress/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'graphics/impress') diff --git a/graphics/impress/Makefile b/graphics/impress/Makefile index 3c310fe06ef..e9a67c4bae3 100644 --- a/graphics/impress/Makefile +++ b/graphics/impress/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2012/10/06 14:11:00 asau Exp $ +# $NetBSD: Makefile,v 1.16 2014/01/09 12:11:12 jperkin Exp $ # DISTNAME= imp1.1b9 @@ -23,6 +23,12 @@ USE_LANGUAGES= c++ INSTALL_MAKE_FLAGS+= PREFIX=${DESTDIR}${PREFIX} INSTALLATION_DIRS+= bin +.include "../../mk/bsd.prefs.mk" + +.if ${OPSYS} == "SunOS" +BUILDLINK_TRANSFORM+= rm:-static +.endif + do-build: cd ${WRKSRC} && make make_impress make_font3d -- cgit v1.2.3