diff options
author | pav <pav@FreeBSD.org> | 2007-03-24 06:00:00 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-03-24 06:00:00 +0800 |
commit | 1add8d47ff2922d8ef3c2226d7b2529656c02f05 (patch) | |
tree | 8ee6a36208562cfe42d03faeac3fee5abe2e8b73 /palm | |
parent | a2bea8d4cf8b362210e0c010053e7dac4da34d13 (diff) | |
download | freebsd-ports-gnome-1add8d47ff2922d8ef3c2226d7b2529656c02f05.tar.gz freebsd-ports-gnome-1add8d47ff2922d8ef3c2226d7b2529656c02f05.tar.zst freebsd-ports-gnome-1add8d47ff2922d8ef3c2226d7b2529656c02f05.zip |
- Builds fine on my amd64, so give this a shot
Diffstat (limited to 'palm')
-rw-r--r-- | palm/synce-librra/Makefile | 8 | ||||
-rw-r--r-- | palm/synce-rra/Makefile | 8 |
2 files changed, 2 insertions, 14 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> diff --git a/palm/synce-rra/Makefile b/palm/synce-rra/Makefile index 6ad8f51ee97f..53ed95fc61b2 100644 --- a/palm/synce-rra/Makefile +++ b/palm/synce-rra/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> |