diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2001-12-08 14:10:04 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2001-12-08 14:10:04 +0000 |
commit | c804805778dab47d4833a9ce1e2535888061c2f4 (patch) | |
tree | 9703b366668311b0612cf8ebad83fba9a91b5f5b /net | |
parent | d3758bfe2f2faf855528a086b0b01eff51ab57c2 (diff) | |
download | ports-c804805778dab47d4833a9ce1e2535888061c2f4.tar.gz ports-c804805778dab47d4833a9ce1e2535888061c2f4.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/kdenetwork2/Makefile | 3 | ||||
-rw-r--r-- | net/kdenetwork3/Makefile | 3 | ||||
-rw-r--r-- | net/kdenetwork4/Makefile | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/net/kdenetwork2/Makefile b/net/kdenetwork2/Makefile index cc7b590ecb18..33580b3a398a 100644 --- a/net/kdenetwork2/Makefile +++ b/net/kdenetwork2/Makefile @@ -31,6 +31,7 @@ CONFIGURE_ARGS+=--enable-final CONFIGURE_ARGS+=--disable-debug .endif USE_GMAKE= yes +CONFIGURE_ENV+= PATH=${WRKSRC}/auto-bin:$$PATH MAKE_ENV= ${CONFIGURE_ENV} pre-configure: @@ -41,7 +42,7 @@ pre-configure: .for AM in automake aclocal ${LN} -sf ${LOCALBASE}/bin/${AM}14 ${WRKSRC}/auto-bin/${AM} .endfor - cd ${WRKSRC} && env PATH=$$PATH:${WRKSRC}/auto-bin \ + cd ${WRKSRC} && env PATH=${WRKSRC}/auto-bin:$$PATH \ ${GMAKE} -f Makefile.cvs ${PERL} -pi -e "s:-lpthread:${PTHREAD_LIBS}:g" ${WRKSRC}/knode/Makefile.in ${PERL} -pi -e "s@all_includes=\"@all_includes=\"-I/usr/include @g" ${WRKSRC}/acinclude.m4 ${WRKSRC}/aclocal.m4 diff --git a/net/kdenetwork3/Makefile b/net/kdenetwork3/Makefile index cc7b590ecb18..33580b3a398a 100644 --- a/net/kdenetwork3/Makefile +++ b/net/kdenetwork3/Makefile @@ -31,6 +31,7 @@ CONFIGURE_ARGS+=--enable-final CONFIGURE_ARGS+=--disable-debug .endif USE_GMAKE= yes +CONFIGURE_ENV+= PATH=${WRKSRC}/auto-bin:$$PATH MAKE_ENV= ${CONFIGURE_ENV} pre-configure: @@ -41,7 +42,7 @@ pre-configure: .for AM in automake aclocal ${LN} -sf ${LOCALBASE}/bin/${AM}14 ${WRKSRC}/auto-bin/${AM} .endfor - cd ${WRKSRC} && env PATH=$$PATH:${WRKSRC}/auto-bin \ + cd ${WRKSRC} && env PATH=${WRKSRC}/auto-bin:$$PATH \ ${GMAKE} -f Makefile.cvs ${PERL} -pi -e "s:-lpthread:${PTHREAD_LIBS}:g" ${WRKSRC}/knode/Makefile.in ${PERL} -pi -e "s@all_includes=\"@all_includes=\"-I/usr/include @g" ${WRKSRC}/acinclude.m4 ${WRKSRC}/aclocal.m4 diff --git a/net/kdenetwork4/Makefile b/net/kdenetwork4/Makefile index cc7b590ecb18..33580b3a398a 100644 --- a/net/kdenetwork4/Makefile +++ b/net/kdenetwork4/Makefile @@ -31,6 +31,7 @@ CONFIGURE_ARGS+=--enable-final CONFIGURE_ARGS+=--disable-debug .endif USE_GMAKE= yes +CONFIGURE_ENV+= PATH=${WRKSRC}/auto-bin:$$PATH MAKE_ENV= ${CONFIGURE_ENV} pre-configure: @@ -41,7 +42,7 @@ pre-configure: .for AM in automake aclocal ${LN} -sf ${LOCALBASE}/bin/${AM}14 ${WRKSRC}/auto-bin/${AM} .endfor - cd ${WRKSRC} && env PATH=$$PATH:${WRKSRC}/auto-bin \ + cd ${WRKSRC} && env PATH=${WRKSRC}/auto-bin:$$PATH \ ${GMAKE} -f Makefile.cvs ${PERL} -pi -e "s:-lpthread:${PTHREAD_LIBS}:g" ${WRKSRC}/knode/Makefile.in ${PERL} -pi -e "s@all_includes=\"@all_includes=\"-I/usr/include @g" ${WRKSRC}/acinclude.m4 ${WRKSRC}/aclocal.m4 |