From d32823a93736863fc3675c62f8736695350a17d9 Mon Sep 17 00:00:00 2001 From: gavan Date: Mon, 10 Nov 2003 14:51:04 +0000 Subject: Set USE_GCC_SHLIB. Fixes linking on Solaris. --- wm/bbpager/Makefile | 3 ++- wm/pekwm/Makefile | 3 ++- wm/qvwm/Makefile | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/wm/bbpager/Makefile b/wm/bbpager/Makefile index 88fdbca8eb0..f7a7edbfb35 100644 --- a/wm/bbpager/Makefile +++ b/wm/bbpager/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2003/07/21 17:33:59 martti Exp $ +# $NetBSD: Makefile,v 1.8 2003/11/10 14:51:04 gavan Exp $ # DISTNAME= bbpager-0.3.1 @@ -13,6 +13,7 @@ COMMENT= Pager for the blackbox window manager GNU_CONFIGURE= YES USE_BUILDLINK2= YES USE_X11= YES +USE_GCC_SHLIB= YES post-install: ${INSTALL_MAN} ${WRKSRC}/bbpager.1 ${PREFIX}/man/man1 diff --git a/wm/pekwm/Makefile b/wm/pekwm/Makefile index 54d2cff88d9..14afab434b4 100644 --- a/wm/pekwm/Makefile +++ b/wm/pekwm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2003/09/10 13:02:56 seb Exp $ +# $NetBSD: Makefile,v 1.8 2003/11/10 15:36:58 gavan Exp $ # DISTNAME= pekwm-0.1.3 @@ -17,6 +17,7 @@ USE_GMAKE= YES USE_X11= YES USE_PERL5= run USE_PKGINSTALL= YES +USE_GCC_SHLIB= YES .include "../../mk/bsd.prefs.mk" diff --git a/wm/qvwm/Makefile b/wm/qvwm/Makefile index da3a19892bd..0a4df855b06 100644 --- a/wm/qvwm/Makefile +++ b/wm/qvwm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2003/07/17 22:55:16 grant Exp $ +# $NetBSD: Makefile,v 1.10 2003/11/10 15:55:32 gavan Exp $ # DISTNAME= qvwm-1.1.12 @@ -14,6 +14,7 @@ USE_X11= yes GNU_CONFIGURE= yes USE_GMAKE= yes USE_BUILDLINK2= yes +USE_GCC_SHLIB= yes post-install: ${MV} ${PREFIX}/man/man1/qvwm.1x ${PREFIX}/man/man1/qvwm.1 -- cgit v1.2.3