diff options
author | rh <rh> | 1999-11-15 18:47:56 +0000 |
---|---|---|
committer | rh <rh> | 1999-11-15 18:47:56 +0000 |
commit | d2eebc369dd4f617582b4d6c42f3ff279f93bbf8 (patch) | |
tree | 0084f9b2a861ae39b70c6aaee93452c081dedf8c /devel/libglade/Makefile | |
parent | e50b9653907345387027d4fb663595de3826ce4b (diff) | |
download | pkgsrc-d2eebc369dd4f617582b4d6c42f3ff279f93bbf8.tar.gz |
defuzz
Diffstat (limited to 'devel/libglade/Makefile')
-rw-r--r-- | devel/libglade/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/libglade/Makefile b/devel/libglade/Makefile index 1d34bd1e129..722caba06c6 100644 --- a/devel/libglade/Makefile +++ b/devel/libglade/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 1999/10/29 07:53:03 tron Exp $ +# $NetBSD: Makefile,v 1.17 1999/11/15 18:50:32 rh Exp $ # DISTNAME= libglade-0.7 @@ -18,6 +18,7 @@ USE_X11BASE= YES GNU_CONFIGURE= YES CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" +LDFLAGS+= -Wl,-R${LOCALBASE}/lib -L${LOCALBASE}/lib pre-configure: ${RM} ${WRKSRC}/libgladeConf.sh |