diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-03-23 22:00:42 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-03-23 22:00:42 +0000 |
commit | 1b87c9b7cc3ea37220e97812afcb4ea0cdfbc443 (patch) | |
tree | 72840a0f7d582002171b51af54c6e827279380d5 /palm/synce-rra | |
parent | 9c29057118c628870b8c4169b943597d92cfb340 (diff) | |
download | ports-1b87c9b7cc3ea37220e97812afcb4ea0cdfbc443.tar.gz ports-1b87c9b7cc3ea37220e97812afcb4ea0cdfbc443.zip |
Notes
Diffstat (limited to 'palm/synce-rra')
-rw-r--r-- | palm/synce-rra/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/palm/synce-rra/Makefile b/palm/synce-rra/Makefile index 53ed95fc61b2..0b1ddcb375f2 100644 --- a/palm/synce-rra/Makefile +++ b/palm/synce-rra/Makefile @@ -29,9 +29,5 @@ USE_LDCONFIG= yes post-patch: @${REINPLACE_CMD} -e 's|-Werror||g' \ ${WRKSRC}/lib/Makefile.in -.if ${OSVERSION} < 500000 - @${REINPLACE_CMD} -e 's|<stdint.h>|<inttypes.h>|' ${WRKSRC}/lib/rrac.h \ - ${WRKSRC}/lib/generator.h -.endif .include <bsd.port.mk> |