diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2006-06-24 00:32:20 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2006-06-24 00:32:20 +0000 |
commit | f6308f82d7f1c55b629746fb2542affb428dd160 (patch) | |
tree | b9c67a612c471faa7ed5039774efbddfa110f122 /palm/synce-rra | |
parent | f0897330e5d5b02dae66bd8f169090dcef701769 (diff) |
Mark broken on amd64 (needs -fPIC).
Notes
Notes:
svn path=/head/; revision=166165
Diffstat (limited to 'palm/synce-rra')
-rw-r--r-- | palm/synce-rra/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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 <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 |