summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgavan <gavan>2003-11-07 14:59:42 +0000
committergavan <gavan>2003-11-07 14:59:42 +0000
commite8c408217e636b6d82a4f999977cf8d3bb0f9c6c (patch)
treed4335f13caefc45364a50b84d06c3b4ea771b519
parent41efc99ae348c0738735a44ac12bf0ca0966704c (diff)
downloadpkgsrc-e8c408217e636b6d82a4f999977cf8d3bb0f9c6c.tar.gz
Set USE_GCC_SHLIB. Fixes linking on Solaris.
-rw-r--r--mail/bbmail/Makefile3
-rw-r--r--mail/mailsync/Makefile3
-rw-r--r--mail/spamass-milter/Makefile3
-rw-r--r--math/graphopt/Makefile3
-rw-r--r--math/yacas/Makefile3
-rw-r--r--misc/bbappconf/Makefile3
-rw-r--r--net/iperf/Makefile3
-rw-r--r--net/pxe/Makefile3
8 files changed, 16 insertions, 8 deletions
diff --git a/mail/bbmail/Makefile b/mail/bbmail/Makefile
index 97ea9c62d10..8fb5eadc03a 100644
--- a/mail/bbmail/Makefile
+++ b/mail/bbmail/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2003/07/21 16:56:42 martti Exp $
+# $NetBSD: Makefile,v 1.7 2003/11/07 14:59:42 gavan Exp $
#
DISTNAME= bbmail-0.8.3
@@ -11,6 +11,7 @@ COMMENT= Mailbox monitor (not only) for the blackbox windowmanager
GNU_CONFIGURE= YES
USE_X11= YES
+USE_GCC_SHLIB= YES
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bbmail ${PREFIX}/bin/
diff --git a/mail/mailsync/Makefile b/mail/mailsync/Makefile
index f5103f6c8a8..8c084771f74 100644
--- a/mail/mailsync/Makefile
+++ b/mail/mailsync/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2003/07/17 21:46:24 grant Exp $
+# $NetBSD: Makefile,v 1.8 2003/11/07 15:03:34 gavan Exp $
#
DISTNAME= mailsync_4.3-2
@@ -14,6 +14,7 @@ COMMENT= Mailsync is a way of synchronizing a collection of mailboxes
DEPENDS+= imap-uw-[0-9]*:../../mail/imap-uw
USE_GMAKE= yes
+USE_GCC_SHLIB= yes
ALL_TARGET= default
.include "../../mk/bsd.prefs.mk"
diff --git a/mail/spamass-milter/Makefile b/mail/spamass-milter/Makefile
index 007992b169d..5d4d9320d3c 100644
--- a/mail/spamass-milter/Makefile
+++ b/mail/spamass-milter/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2003/09/11 18:22:40 jmmv Exp $
+# $NetBSD: Makefile,v 1.6 2003/11/07 15:13:08 gavan Exp $
#
DISTNAME= spamass-milter-0.1.3a
@@ -15,6 +15,7 @@ DEPENDS+= spamassassin>=2.44:../../mail/spamassassin
USE_BUILDLINK2= YES
GNU_CONFIGURE= YES
USE_PKGINSTALL= YES
+USE_GCC_SHLIB= YES
RCD_SCRIPTS= spamass-milter
diff --git a/math/graphopt/Makefile b/math/graphopt/Makefile
index be4e06ed32b..f0f5ada8389 100644
--- a/math/graphopt/Makefile
+++ b/math/graphopt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2003/07/21 16:57:13 martti Exp $
+# $NetBSD: Makefile,v 1.10 2003/11/07 15:24:10 gavan Exp $
#
DISTNAME= graphopt-0.4.1
@@ -12,6 +12,7 @@ HOMEPAGE= http://schmuhl.org/graphopt/
COMMENT= Optimize graph layouts
USE_BUILDLINK2= YES
+USE_GCC_SHLIB= YES
GNU_CONFIGURE= YES
post-install:
diff --git a/math/yacas/Makefile b/math/yacas/Makefile
index 6c3e25bc23f..f182159fa7e 100644
--- a/math/yacas/Makefile
+++ b/math/yacas/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2003/07/17 21:48:22 grant Exp $
+# $NetBSD: Makefile,v 1.11 2003/11/07 15:27:24 gavan Exp $
#
DISTNAME= yacas-1.0.48
@@ -10,6 +10,7 @@ HOMEPAGE= http://www.xs4all.nl/~apinkus/yacas.html
COMMENT= Yet Another Computer Algebra System
GNU_CONFIGURE= YES
+USE_GCC_SHLIB= YES
TEST_TARGET= test
diff --git a/misc/bbappconf/Makefile b/misc/bbappconf/Makefile
index ab3dbc931aa..909fbb9919c 100644
--- a/misc/bbappconf/Makefile
+++ b/misc/bbappconf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2003/07/17 21:48:43 grant Exp $
+# $NetBSD: Makefile,v 1.6 2003/11/07 15:30:09 gavan Exp $
#
DISTNAME= bbappconf-0.0.2
@@ -12,6 +12,7 @@ COMMENT= Configure the behaviour of an application under Blackbox
USE_BUILDLINK2= YES
USE_X11BASE= YES
+USE_GCC_SHLIB= YES
GNU_CONFIGURE= YES
post-patch:
diff --git a/net/iperf/Makefile b/net/iperf/Makefile
index 145c3f3b0ee..7a7544d8d69 100644
--- a/net/iperf/Makefile
+++ b/net/iperf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2003/07/17 22:51:15 grant Exp $
+# $NetBSD: Makefile,v 1.6 2003/11/07 15:48:24 gavan Exp $
#
DISTNAME= iperf-1.6.5-source
@@ -18,6 +18,7 @@ CONFIGURE_DIRS= ${WRKSRC}/cfg
INSTALL_DIRS= ${WRKSRC}/src
GNU_CONFIGURE= YES
MAKE_ENV+= INSTALL_DIR=${PREFIX}/bin
+USE_GCC_SHLIB= YES
PTHREAD_OPTS= native optional
.include "../../mk/pthread.buildlink2.mk"
diff --git a/net/pxe/Makefile b/net/pxe/Makefile
index 4798f3a6807..d82762b2c5f 100644
--- a/net/pxe/Makefile
+++ b/net/pxe/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2003/09/30 09:32:06 xtraeme Exp $
+# $NetBSD: Makefile,v 1.7 2003/11/07 15:51:54 gavan Exp $
#
DISTNAME= pxe-1.4
@@ -12,6 +12,7 @@ COMMENT= Preboot eXecution Environment (PXE) daemon
GNU_CONFIGURE= YES
USE_BUILDLINK2= YES
USE_PKGINSTALL= YES
+USE_GCC_SHLIB= YES
CONFIGURE_ARGS+= --with-log=/var/log/pxe.log
CONFIGURE_ARGS+= --with-config="${PKG_SYSCONFDIR}/pxe.conf"