summaryrefslogtreecommitdiffstats
path: root/devel/pwlib152
diff options
context:
space:
mode:
authorroger <roger@FreeBSD.org>2003-08-31 19:12:21 +0000
committerroger <roger@FreeBSD.org>2003-08-31 19:12:21 +0000
commit844140b38633ca889ed8710d18d9dac6b48fbefb (patch)
tree4659de6f9eaf8206e854c8783a55c3df850a654d /devel/pwlib152
parent6140eb08f3974fcf253874f5b6a301286c48992f (diff)
downloadFreeBSD-ports-844140b38633ca889ed8710d18d9dac6b48fbefb.zip
FreeBSD-ports-844140b38633ca889ed8710d18d9dac6b48fbefb.tar.gz
Add patch so pwlib builds correctly on bento. (use OSVERSION)
Bump port revision.
Diffstat (limited to 'devel/pwlib152')
-rw-r--r--devel/pwlib152/Makefile6
-rw-r--r--devel/pwlib152/files/patch-configurein19
2 files changed, 23 insertions, 2 deletions
diff --git a/devel/pwlib152/Makefile b/devel/pwlib152/Makefile
index 2e63358..22af3c6 100644
--- a/devel/pwlib152/Makefile
+++ b/devel/pwlib152/Makefile
@@ -7,7 +7,7 @@
PORTNAME= pwlib
PORTVERSION= 1.5.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= http://www.openh323.org/bin/ \
http://www.de.openh323.org/bin/ \
@@ -25,7 +25,9 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
USE_BISON= yes
USE_GMAKE= yes
-GNU_CONFIGURE= yes
+USE_AUTOCONF= yes
+WANT_AUTOCONF_VER= 253
+CONFIGURE_ENV= OSRELEASE=${OSVERSION}
ALL_TARGET= optnoshared
MAKE_ENV= PWLIBDIR=${WRKDIR}/pwlib
THE_MACHTYPE= ${ARCH:S/i386/x86/}
diff --git a/devel/pwlib152/files/patch-configurein b/devel/pwlib152/files/patch-configurein
new file mode 100644
index 0000000..a53c4f7
--- /dev/null
+++ b/devel/pwlib152/files/patch-configurein
@@ -0,0 +1,19 @@
+*** configure.in.orig Sun Aug 31 09:31:23 2003
+--- configure.in Sun Aug 31 09:31:50 2003
+*************** case "$target_os" in
+*** 39,45 ****
+ STDCCFLAGS="-DP_LINUX=$OSRELEASE" ;;
+
+ freebsd* ) OSTYPE=FreeBSD ;
+! OSRELEASE=`sysctl -n kern.osreldate` ;
+ STDCCFLAGS="-DP_FREEBSD=$OSRELEASE" ;;
+
+ openbsd* ) OSTYPE=OpenBSD ;
+--- 39,45 ----
+ STDCCFLAGS="-DP_LINUX=$OSRELEASE" ;;
+
+ freebsd* ) OSTYPE=FreeBSD ;
+! ## use enviroment variable OSRELEASE=`sysctl -n kern.osreldate` ;
+ STDCCFLAGS="-DP_FREEBSD=$OSRELEASE" ;;
+
+ openbsd* ) OSTYPE=OpenBSD ;
OpenPOWER on IntegriCloud