diff options
author | wiz <wiz@pkgsrc.org> | 2002-09-11 21:29:27 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-09-11 21:29:27 +0000 |
commit | bfae741d2c96ca771d104e42957fa2e42412c353 (patch) | |
tree | abffa8aef6b08d916728b51dda48d7e8e954771d /devel/libsigc++/Makefile | |
parent | 25959c443f808584e9d6a3c5437d5cdf803bdb98 (diff) | |
download | pkgsrc-bfae741d2c96ca771d104e42957fa2e42412c353.tar.gz |
Update to 1.0.4, provided by Adan Ciarcinski.
* Changed include directory to
$(includedir)/sigc++-1.0/sigc++
to allow parallel installation with sigc-1.2. Added an
install-data-hook rule deleting the old headers.
(Daniel Elstner)
* Ming patch from cgustin@ibelgique.com
(This is probably not complete, because the sigc_res.rc
file was not in cvs - an emtpy file has been added.)
Converted to buildlink2 by me.
Diffstat (limited to 'devel/libsigc++/Makefile')
-rw-r--r-- | devel/libsigc++/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/libsigc++/Makefile b/devel/libsigc++/Makefile index a0ea3dccea8..56a729220ff 100644 --- a/devel/libsigc++/Makefile +++ b/devel/libsigc++/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2001/10/21 12:46:24 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2002/09/11 21:29:27 wiz Exp $ -DISTNAME= libsigc++-1.0.3 +DISTNAME= libsigc++-1.0.4 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libsigc/} @@ -11,7 +11,7 @@ COMMENT= libsigc++ is provides a callback system for C++ programs GNU_CONFIGURE= YES CONFIGURE_ARG= --disable-threads -USE_BUILDLINK_ONLY= YES +USE_BUILDLINK2= YES USE_LIBTOOL= YES LTCONFIG_OVERRIDE= ${WRKSRC}/scripts/ltconfig |