diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-03-24 06:00:42 +0800 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-03-24 06:00:42 +0800 |
commit | 1b87c9b7cc3ea37220e97812afcb4ea0cdfbc443 (patch) | |
tree | 72840a0f7d582002171b51af54c6e827279380d5 /palm | |
parent | 9c29057118c628870b8c4169b943597d92cfb340 (diff) | |
download | freebsd-ports-gnome-1b87c9b7cc3ea37220e97812afcb4ea0cdfbc443.tar.gz freebsd-ports-gnome-1b87c9b7cc3ea37220e97812afcb4ea0cdfbc443.tar.zst freebsd-ports-gnome-1b87c9b7cc3ea37220e97812afcb4ea0cdfbc443.zip |
- Desupport 4.X
Diffstat (limited to 'palm')
-rw-r--r-- | palm/synce-librra/Makefile | 4 | ||||
-rw-r--r-- | palm/synce-rra/Makefile | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/palm/synce-librra/Makefile b/palm/synce-librra/Makefile index 53ed95fc61b2..0b1ddcb375f2 100644 --- a/palm/synce-librra/Makefile +++ b/palm/synce-librra/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> 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> |