diff -ruN devel/pwlib152/Makefile.orig devel/pwlib152/Makefile --- devel/pwlib152/Makefile.orig Fri Jun 10 21:29:51 2005 +++ devel/pwlib152/Makefile Thu Jul 7 14:17:07 2005 @@ -24,7 +24,7 @@ USE_BISON= yes USE_GMAKE= yes USE_OPENLDAP= yes -USE_AUTOCONF_VER= 253 +USE_AUTOCONF_VER= 259 CONFIGURE_ENV= OSRELEASE=${OSVERSION} ALL_TARGET= optnoshared MAKE_ENV= PWLIBDIR=${WRKDIR}/pwlib diff -ruN devel/pwlib152/files/patch-make-ptbuildopts.mak.in.orig devel/pwlib152/files/patch-make-ptbuildopts.mak.in --- devel/pwlib152/files/patch-make-ptbuildopts.mak.in.orig Thu Jan 1 00:00:00 1970 +++ devel/pwlib152/files/patch-make-ptbuildopts.mak.in Thu Jul 7 14:20:06 2005 @@ -0,0 +1,14 @@ +--- make/ptbuildopts.mak.in.orig Thu Jul 7 14:17:24 2005 ++++ make/ptbuildopts.mak.in Thu Jul 7 14:15:47 2005 +@@ -9,6 +9,11 @@ + OSTYPE = @OSTYPE@ + OSRELEASE = @OSRELEASE@ + ++# This line makes this port of pwlib play well with others... otherwise ++# /usr/local/include gets inserted first and causes the inclusion of ++# files from different versions of pwlib ++STDCCFLAGS += -I@PWLIBDIR@/include/ptlib/unix -I@PWLIBDIR@/include ++ + STDCCFLAGS += @STDCCFLAGS@ + OPTSTDCCFLAGS += @OPTSTDCCFLAGS@ + LDFLAGS += @LDFLAGS@