diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-03-23 22:00:00 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-03-23 22:00:00 +0000 |
commit | 9c29057118c628870b8c4169b943597d92cfb340 (patch) | |
tree | cfbf9f0d1fb4c33b1c62a63978e007bc80580356 /palm/synce-librra | |
parent | 0effda2f9f72eeffc2d9d1a9d1563e34e4c4b2fe (diff) | |
download | ports-9c29057118c628870b8c4169b943597d92cfb340.tar.gz ports-9c29057118c628870b8c4169b943597d92cfb340.zip |
Notes
Diffstat (limited to 'palm/synce-librra')
-rw-r--r-- | palm/synce-librra/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/palm/synce-librra/Makefile b/palm/synce-librra/Makefile index 6ad8f51ee97f..53ed95fc61b2 100644 --- a/palm/synce-librra/Makefile +++ b/palm/synce-librra/Makefile @@ -26,12 +26,6 @@ CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS+= --with-libsynce=${LOCALBASE} USE_LDCONFIG= yes -.include <bsd.port.pre.mk> - -.if ${ARCH}==amd64 -BROKEN=needs to have -fPIC added for amd64 -.endif - post-patch: @${REINPLACE_CMD} -e 's|-Werror||g' \ ${WRKSRC}/lib/Makefile.in @@ -40,4 +34,4 @@ post-patch: ${WRKSRC}/lib/generator.h .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |