aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2006-06-24 08:32:20 +0800
committerlinimon <linimon@FreeBSD.org>2006-06-24 08:32:20 +0800
commitc3c5f4b27b67334adcd2fc8a5bdb4717a057be3d (patch)
tree765f4d65fe803f94b266cd3266b3e5c9ed6a3cdf
parent4a9ba37f096d234dbd130f0b4e0bf94930e70f27 (diff)
downloadfreebsd-ports-gnome-c3c5f4b27b67334adcd2fc8a5bdb4717a057be3d.tar.gz
freebsd-ports-gnome-c3c5f4b27b67334adcd2fc8a5bdb4717a057be3d.tar.zst
freebsd-ports-gnome-c3c5f4b27b67334adcd2fc8a5bdb4717a057be3d.zip
Mark broken on amd64 (needs -fPIC).
-rw-r--r--palm/synce-librra/Makefile4
-rw-r--r--palm/synce-rra/Makefile4
2 files changed, 8 insertions, 0 deletions
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 <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
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