diff options
author | fluffy <fluffy@FreeBSD.org> | 2012-08-27 12:17:09 +0800 |
---|---|---|
committer | fluffy <fluffy@FreeBSD.org> | 2012-08-27 12:17:09 +0800 |
commit | 52d6fa4359defc868cde514d4763742237db8e7e (patch) | |
tree | 8b7a49714be7f818497f4621ae5ae97a12c7c8e2 /textproc/libwpd | |
parent | 85387a8f4759e9fbbc38acbc824ff0dee7bcbedb (diff) | |
download | freebsd-ports-gnome-52d6fa4359defc868cde514d4763742237db8e7e.tar.gz freebsd-ports-gnome-52d6fa4359defc868cde514d4763742237db8e7e.tar.zst freebsd-ports-gnome-52d6fa4359defc868cde514d4763742237db8e7e.zip |
- Disable -Werror so recent clang can build this port.
Diffstat (limited to 'textproc/libwpd')
-rw-r--r-- | textproc/libwpd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/libwpd/Makefile b/textproc/libwpd/Makefile index 094f0273049d..2ba601d38163 100644 --- a/textproc/libwpd/Makefile +++ b/textproc/libwpd/Makefile @@ -22,7 +22,7 @@ USE_GNOME= gnomehack libgsf USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes -CONFIGURE_ARGS+=--without-docs +CONFIGURE_ARGS+=--disable-werror --without-docs PLIST_SUB= MAJVER=${PORTVERSION:R} post-patch: |