diff options
author | rh <rh@pkgsrc.org> | 2001-09-30 21:03:22 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2001-09-30 21:03:22 +0000 |
commit | 6f9a41c49eb6f6646f52003f98057a099b4ea572 (patch) | |
tree | 1aebf3200abe91ed7d3e1ea3f3643e3661df487f /devel/popt/patches | |
parent | 92d400e8500e9ffca3c437b3b9739b28b046389f (diff) | |
download | pkgsrc-6f9a41c49eb6f6646f52003f98057a099b4ea572.tar.gz |
Update popt to 1.6.2. Changes are bugfixes and a few additional parsers.
While we are at it, add a buildlink.mk file as well.
Diffstat (limited to 'devel/popt/patches')
-rw-r--r-- | devel/popt/patches/patch-aa | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/devel/popt/patches/patch-aa b/devel/popt/patches/patch-aa new file mode 100644 index 00000000000..40c929221cb --- /dev/null +++ b/devel/popt/patches/patch-aa @@ -0,0 +1,47 @@ +$NetBSD: patch-aa,v 1.3 2001/09/30 21:03:23 rh Exp $ + +--- configure.orig Fri Feb 23 22:43:41 2001 ++++ configure +@@ -3674,13 +3674,13 @@ + if { (eval echo configure:3675: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then + rm -rf conftest* + CATOBJEXT=.gmo +- DATADIRNAME=share ++ DATADIRNAME=${PKGLOCALEDIR} + else + echo "configure: failed program was:" >&5 + cat conftest.$ac_ext >&5 + rm -rf conftest* + CATOBJEXT=.mo +- DATADIRNAME=lib ++ DATADIRNAME=${PKGLOCALEDIR} + fi + rm -f conftest* + INSTOBJEXT=.mo +@@ -3942,7 +3942,7 @@ + USE_INCLUDED_LIBINTL=yes + CATOBJEXT=.cat + INSTOBJEXT=.cat +- DATADIRNAME=lib ++ DATADIRNAME=${PKGLOCALEDIR} + INTLDEPS='$(top_builddir)/intl/libintl.a' + INTLLIBS=$INTLDEPS + LIBS=`echo $LIBS | sed -e 's/-lintl//'` +@@ -4071,7 +4071,7 @@ + USE_INCLUDED_LIBINTL=yes + CATOBJEXT=.gmo + INSTOBJEXT=.mo +- DATADIRNAME=share ++ DATADIRNAME=${PKGLOCALEDIR} + INTLDEPS='$(top_builddir)/intl/libintl.a' + INTLLIBS=$INTLDEPS + LIBS=`echo $LIBS | sed -e 's/-lintl//'` +@@ -4091,7 +4091,7 @@ + # We need to process the po/ directory. + POSUB=po + else +- DATADIRNAME=share ++ DATADIRNAME=${PKGLOCALEDIR} + nls_cv_header_intl=intl/libintl.h + nls_cv_header_libgt=intl/libgettext.h + fi |