summaryrefslogtreecommitdiff
path: root/devel/libglade
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2002-07-31 16:16:48 +0000
committerwiz <wiz@pkgsrc.org>2002-07-31 16:16:48 +0000
commit49b8fc95af4f5d3c0273d795c2af52abc0a57c7f (patch)
tree6b438ba87e84fc944c3e1adf9e20375b76ea85d2 /devel/libglade
parentdf69825f36f443416af936e66555813dac99d9d6 (diff)
downloadpkgsrc-49b8fc95af4f5d3c0273d795c2af52abc0a57c7f.tar.gz
Solaris fix (needs databases/db) from Julien T. Letessier in pkg/17783.
Diffstat (limited to 'devel/libglade')
-rw-r--r--devel/libglade/Makefile9
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