summaryrefslogtreecommitdiff
path: root/palm
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2006-12-22 18:03:40 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2006-12-22 18:03:40 +0000
commit29e784395b7a880bd0c566033ae93c6e8154aad6 (patch)
tree5d6ad86712df6703f21a125b470f6774f93bf6cd /palm
parentfix build with gcc41 (diff)
Fix build with gcc41 and unbreak on amd64 by removing Werror
Notes
Notes: svn path=/head/; revision=180516
Diffstat (limited to 'palm')
-rw-r--r--palm/synce-gnomevfs/Makefile5
-rw-r--r--palm/synce-gvfs/Makefile5
2 files changed, 4 insertions, 6 deletions
diff --git a/palm/synce-gnomevfs/Makefile b/palm/synce-gnomevfs/Makefile
index fff3535d4ad5..1547511ba629 100644
--- a/palm/synce-gnomevfs/Makefile
+++ b/palm/synce-gnomevfs/Makefile
@@ -26,8 +26,7 @@ USE_LDCONFIG= yes
.include <bsd.port.pre.mk>
-.if ${ARCH}==amd64
-BROKEN= does not compile on ${ARCH}
-.endif
+post-patch:
+ ${REINPLACE_CMD} -e "s,-Werror,," ${WRKSRC}/src/Makefile.in
.include <bsd.port.post.mk>
diff --git a/palm/synce-gvfs/Makefile b/palm/synce-gvfs/Makefile
index fff3535d4ad5..1547511ba629 100644
--- a/palm/synce-gvfs/Makefile
+++ b/palm/synce-gvfs/Makefile
@@ -26,8 +26,7 @@ USE_LDCONFIG= yes
.include <bsd.port.pre.mk>
-.if ${ARCH}==amd64
-BROKEN= does not compile on ${ARCH}
-.endif
+post-patch:
+ ${REINPLACE_CMD} -e "s,-Werror,," ${WRKSRC}/src/Makefile.in
.include <bsd.port.post.mk>