aboutsummaryrefslogtreecommitdiff
path: root/devel/pwlib
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2006-09-15 16:06:41 +0000
committerMichael Johnson <ahze@FreeBSD.org>2006-09-15 16:06:41 +0000
commitb08df717bcdedb634fe71a7d6f3091b27632e987 (patch)
tree2806fb96c73a3716fb5a4189f3fe67534d333e72 /devel/pwlib
parent9ae5a4004237a27612d1cb7e4a56e47fbec197c7 (diff)
downloadports-b08df717bcdedb634fe71a7d6f3091b27632e987.tar.gz
ports-b08df717bcdedb634fe71a7d6f3091b27632e987.zip
Notes
Diffstat (limited to 'devel/pwlib')
-rw-r--r--devel/pwlib/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/devel/pwlib/Makefile b/devel/pwlib/Makefile
index f5438dd80827..2dc55f742e35 100644
--- a/devel/pwlib/Makefile
+++ b/devel/pwlib/Makefile
@@ -7,6 +7,7 @@
PORTNAME= pwlib
PORTVERSION= 1.10.1
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= devel
MASTER_SITES= http://www.voxgratia.org/releases/
@@ -125,6 +126,10 @@ PLIST_SUB+= BSDVIDEO="@comment "
.endif
post-patch:
+.if ${ARCH} == sparc64 && ${OSVERSION} <= 700003
+ @${REINPLACE_CMD} -e 's|P_PTHREADS_XPG6|0|' \
+ ${WRKSRC}/src/ptlib/unix/tlibthrd.cxx
+.endif
.if ${OSVERSION} < 500000
@${REINPLACE_CMD} -e 's|<stdint.h>|<inttypes.h>|' \
${WRKSRC}/src/ptlib/common/tinyjpeg.cxx \