pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/libsigc++ Set USE_GCC_SHLIB and correct LIBTOOL_...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/861a599d3efb
branches:  trunk
changeset: 463328:861a599d3efb
user:      gavan <gavan%pkgsrc.org@localhost>
date:      Thu Nov 06 17:11:59 2003 +0000

description:
Set USE_GCC_SHLIB and correct LIBTOOL_OVERRIDE. Fixes linking on Solaris.

diffstat:

 devel/libsigc++/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 1fc50d161d20 -r 861a599d3efb devel/libsigc++/Makefile
--- a/devel/libsigc++/Makefile  Thu Nov 06 16:22:28 2003 +0000
+++ b/devel/libsigc++/Makefile  Thu Nov 06 17:11:59 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2003/07/15 09:23:29 adam Exp $
+# $NetBSD: Makefile,v 1.12 2003/11/06 17:11:59 gavan Exp $
 
 DISTNAME=      libsigc++-1.2.5
 CATEGORIES=    devel
@@ -14,8 +14,9 @@
 GNU_CONFIGURE=         YES
 USE_LIBTOOL=           YES
 USE_GMAKE=             YES
+USE_GCC_SHLIB=         YES
 
-LIBTOOL_OVERRIDE=      ${WRKSRC}/scripts/libtool
+LIBTOOL_OVERRIDE=      ${WRKSRC}/libtool
 PKGCONFIG_OVERRIDE=    ${WRKSRC}/sigc++-1.2.pc.in
 
 CONFIGURE_ENV+=                ac_cv_prog_M4=${LOCALBASE}/bin/gm4



Home | Main Index | Thread Index | Old Index