diff options
author | jlam <jlam@pkgsrc.org> | 2002-09-06 17:43:48 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-09-06 17:43:48 +0000 |
commit | 280ebd66cb8c4abc9f00533d1b5ad4e60fee961f (patch) | |
tree | 63cc859365e7b43d8df884009c4a09942691d717 | |
parent | 91070a1ea31f627d4e4d5bf70ee5f5d1509b305b (diff) | |
download | pkgsrc-280ebd66cb8c4abc9f00533d1b5ad4e60fee961f.tar.gz |
We don't lie to GNU configure anymore about where headers and libraries
are actually installed.
-rw-r--r-- | devel/libglade/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/libglade/Makefile b/devel/libglade/Makefile index ab9a0c539d6..c84b27c34f6 100644 --- a/devel/libglade/Makefile +++ b/devel/libglade/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2002/09/06 12:09:08 wiz Exp $ +# $NetBSD: Makefile,v 1.40 2002/09/06 17:43:48 jlam Exp $ # DISTNAME= libglade-0.17 @@ -22,8 +22,8 @@ LIBTOOL_OVERRIDE= ${WRKSRC}/libtool .include "../../mk/bsd.prefs.mk" .if ${OPSYS} == "SunOS" -.include "../../databases/db/buildlink2.mk" -CPPFLAGS+= -I${BUILDLINK_DIR}/include/db2 +. include "../../databases/db/buildlink2.mk" +CPPFLAGS+= -I${BUILDLINK_PREFIX.db}/include/db2 .endif pre-configure: |