aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2012-02-19 17:44:50 +0800
committerdinoex <dinoex@FreeBSD.org>2012-02-19 17:44:50 +0800
commitd851c59048c6c66bce4422c9c95ab4a8799a2a4f (patch)
treec704033262b7e8c37cea2c92b20bd2f349003fa8 /devel
parent12d02a75c5c994eafa9a89d14e93c79c61d82c61 (diff)
downloadfreebsd-ports-gnome-d851c59048c6c66bce4422c9c95ab4a8799a2a4f.tar.gz
freebsd-ports-gnome-d851c59048c6c66bce4422c9c95ab4a8799a2a4f.tar.zst
freebsd-ports-gnome-d851c59048c6c66bce4422c9c95ab4a8799a2a4f.zip
- fix build with gcc46
Diffstat (limited to 'devel')
-rw-r--r--devel/etoile-coreobject/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/etoile-coreobject/Makefile b/devel/etoile-coreobject/Makefile
index f325cf2b79b6..5dd83ae112bd 100644
--- a/devel/etoile-coreobject/Makefile
+++ b/devel/etoile-coreobject/Makefile
@@ -34,4 +34,7 @@ USE_GNUSTEP_MAKE_DIRS+= Frameworks/CoreObject
FOUNDATION_PORT?= devel/etoile-foundation
SERIALIZE_PORT?= devel/etoile-serialize
+post-patch:
+ ${REINPLACE_CMD} 's|-Werror||' ${WRKSRC}/etoile.make
+
.include <bsd.port.mk>