diff options
Diffstat (limited to 'palm')
-rw-r--r-- | palm/synce-gnomevfs/Makefile | 5 | ||||
-rw-r--r-- | palm/synce-gvfs/Makefile | 5 |
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> |