diff options
author | arved <arved@FreeBSD.org> | 2006-12-23 02:03:40 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2006-12-23 02:03:40 +0800 |
commit | 02d60b1eabb460e092d79e133d180da49707703f (patch) | |
tree | 9ced7780852d77c416b29bd5ce5a554b9ca470f0 /palm/synce-gnomevfs | |
parent | c05513d08338a656ebc9e5658726af30b23a216f (diff) | |
download | freebsd-ports-gnome-02d60b1eabb460e092d79e133d180da49707703f.tar.gz freebsd-ports-gnome-02d60b1eabb460e092d79e133d180da49707703f.tar.zst freebsd-ports-gnome-02d60b1eabb460e092d79e133d180da49707703f.zip |
Fix build with gcc41 and unbreak on amd64 by removing Werror
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> |