|
Lines 7-12
Link Here
|
| 7 |
|
7 |
|
| 8 |
PORTNAME= pwlib |
8 |
PORTNAME= pwlib |
| 9 |
PORTVERSION= 1.10.1 |
9 |
PORTVERSION= 1.10.1 |
|
|
10 |
PORTREVISION= 1 |
| 10 |
PORTEPOCH= 1 |
11 |
PORTEPOCH= 1 |
| 11 |
CATEGORIES= devel |
12 |
CATEGORIES= devel |
| 12 |
MASTER_SITES= http://www.voxgratia.org/releases/ |
13 |
MASTER_SITES= http://www.voxgratia.org/releases/ |
|
Lines 125-130
Link Here
|
| 125 |
.endif |
126 |
.endif |
| 126 |
|
127 |
|
| 127 |
post-patch: |
128 |
post-patch: |
|
|
129 |
.if ${ARCH} == sparc64 && ${OSVERSION} <= 700003 |
| 130 |
@${REINPLACE_CMD} -e 's|P_PTHREADS_XPG6|0|' \ |
| 131 |
${WRKSRC}/src/ptlib/unix/tlibthrd.cxx |
| 132 |
.endif |
| 128 |
.if ${OSVERSION} < 500000 |
133 |
.if ${OSVERSION} < 500000 |
| 129 |
@${REINPLACE_CMD} -e 's|<stdint.h>|<inttypes.h>|' \ |
134 |
@${REINPLACE_CMD} -e 's|<stdint.h>|<inttypes.h>|' \ |
| 130 |
${WRKSRC}/src/ptlib/common/tinyjpeg.cxx \ |
135 |
${WRKSRC}/src/ptlib/common/tinyjpeg.cxx \ |