diff options
Diffstat (limited to 'devel/pwlib/Makefile')
-rw-r--r-- | devel/pwlib/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/devel/pwlib/Makefile b/devel/pwlib/Makefile index f5c9f6f9cc2c..f021959247d6 100644 --- a/devel/pwlib/Makefile +++ b/devel/pwlib/Makefile @@ -145,10 +145,5 @@ post-patch: @${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 \ - ${WRKSRC}/src/ptlib/common/jidctflt.cxx -.endif .include <bsd.port.post.mk> |