diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2006-12-22 18:03:40 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2006-12-22 18:03:40 +0000 |
commit | 29e784395b7a880bd0c566033ae93c6e8154aad6 (patch) | |
tree | 5d6ad86712df6703f21a125b470f6774f93bf6cd /palm/synce-gnomevfs | |
parent | e95542e39a443a08cb9db5655e6e9e15d658461e (diff) | |
download | ports-29e784395b7a880bd0c566033ae93c6e8154aad6.tar.gz ports-29e784395b7a880bd0c566033ae93c6e8154aad6.zip |
Notes
Diffstat (limited to 'palm/synce-gnomevfs')
-rw-r--r-- | palm/synce-gnomevfs/Makefile | 5 |
1 files changed, 2 insertions, 3 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> |