diff options
author | wiz <wiz> | 2002-07-31 16:16:48 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-07-31 16:16:48 +0000 |
commit | 37ed373d4b5a7f218e4d22ce4113260aadc85fa9 (patch) | |
tree | 6b438ba87e84fc944c3e1adf9e20375b76ea85d2 /devel/libglade | |
parent | d6bab5f47d1606f4cc54e23c5c3242cbc83c208f (diff) | |
download | pkgsrc-37ed373d4b5a7f218e4d22ce4113260aadc85fa9.tar.gz |
Solaris fix (needs databases/db) from Julien T. Letessier in pkg/17783.
Diffstat (limited to 'devel/libglade')
-rw-r--r-- | devel/libglade/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/devel/libglade/Makefile b/devel/libglade/Makefile index 13f5d273d98..c0523a7e43b 100644 --- a/devel/libglade/Makefile +++ b/devel/libglade/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2002/04/09 23:05:42 jlam Exp $ +# $NetBSD: Makefile,v 1.37 2002/07/31 16:16:48 wiz Exp $ # DISTNAME= libglade-0.17 @@ -19,6 +19,13 @@ GNU_CONFIGURE= YES USE_LIBTOOL= YES LIBTOOL_OVERRIDE= ${WRKSRC}/libtool +.include "../../mk/bsd.prefs.mk" + +.if ${OPSYS} == "SunOS" +.include "../../databases/db/buildlink.mk" +CPPFLAGS+= -I${BUILDLINK_DIR}/include/db2 +.endif + pre-configure: ${RM} ${WRKSRC}/libgladeConf.sh |