From f6308f82d7f1c55b629746fb2542affb428dd160 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Sat, 24 Jun 2006 00:32:20 +0000 Subject: Mark broken on amd64 (needs -fPIC). --- palm/synce-librra/Makefile | 4 ++++ palm/synce-rra/Makefile | 4 ++++ 2 files changed, 8 insertions(+) (limited to 'palm') diff --git a/palm/synce-librra/Makefile b/palm/synce-librra/Makefile index 2c02c27b2938..ce0a390a1331 100644 --- a/palm/synce-librra/Makefile +++ b/palm/synce-librra/Makefile @@ -28,6 +28,10 @@ INSTALLS_SHLIB= yes .include +.if ${ARCH}==amd64 +BROKEN=needs to have -fPIC added for amd64 +.endif + post-patch: @${REINPLACE_CMD} -e 's|-Werror||g' \ ${WRKSRC}/lib/Makefile.in diff --git a/palm/synce-rra/Makefile b/palm/synce-rra/Makefile index 2c02c27b2938..ce0a390a1331 100644 --- a/palm/synce-rra/Makefile +++ b/palm/synce-rra/Makefile @@ -28,6 +28,10 @@ INSTALLS_SHLIB= yes .include +.if ${ARCH}==amd64 +BROKEN=needs to have -fPIC added for amd64 +.endif + post-patch: @${REINPLACE_CMD} -e 's|-Werror||g' \ ${WRKSRC}/lib/Makefile.in -- cgit v1.2.3