diff options
author | tron <tron@pkgsrc.org> | 1999-05-02 15:51:27 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-05-02 15:51:27 +0000 |
commit | d678b6afeca65d57a7c95ea85ae10c2d240e8c24 (patch) | |
tree | 92d8e8651b4f0011436118ccfe93be4b344fff55 /x11/gnome-libs/Makefile | |
parent | c416109ad76ae03800c8e3ec147c019e99fceb6f (diff) | |
download | pkgsrc-d678b6afeca65d57a7c95ea85ae10c2d240e8c24.tar.gz |
Update "gnome-libs" package to version 1.0.9 and use well know "c++rt0.o"
klude to get shared "libgnome" working on a.out systems.
Diffstat (limited to 'x11/gnome-libs/Makefile')
-rw-r--r-- | x11/gnome-libs/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/gnome-libs/Makefile b/x11/gnome-libs/Makefile index 8711c7f6835..cc4d60b4d8b 100644 --- a/x11/gnome-libs/Makefile +++ b/x11/gnome-libs/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.21 1999/04/16 21:31:16 tron Exp $ +# $NetBSD: Makefile,v 1.22 1999/05/02 15:51:27 tron Exp $ # -DISTNAME= gnome-libs-1.0.8 +DISTNAME= gnome-libs-1.0.9 CATEGORIES= x11 gnome MASTER_SITES= ftp://ftp.gnome.org/pub/GNOME/gnome-1.0/sources/ \ ftp://ftp.jimpick.com/pub/mirrors/gnome/gnome-1.0/sources/ \ @@ -20,6 +20,7 @@ GNU_CONFIGURE= yes USE_X11BASE= yes USE_GMAKE= yes USE_LIBTOOL= yes +LIBTOOL_FLAGS= --cplusplus LDFLAGS+= "-L${LOCALBASE}/lib" CONFIGURE_ARGS+= --localstatedir=${LOCALSTATEDIR} \ --with-glib-prefix=${LOCALBASE} |