aboutsummaryrefslogtreecommitdiff
path: root/x11-fm
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2010-05-22 03:57:53 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2010-05-22 03:57:53 +0000
commit37d25994dc22768a75099452d4c4fa69c0ab40fd (patch)
treee2ffc3a397eeb3a894d897e5b124e2e23887724f /x11-fm
parent827eac96ae444e0ae4e7d118e9438bb43319d429 (diff)
downloadports-37d25994dc22768a75099452d4c4fa69c0ab40fd.tar.gz
ports-37d25994dc22768a75099452d4c4fa69c0ab40fd.zip
Notes
Diffstat (limited to 'x11-fm')
-rw-r--r--x11-fm/etoile-fontmanager/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/x11-fm/etoile-fontmanager/Makefile b/x11-fm/etoile-fontmanager/Makefile
index 142d05b9f657..29dac1980843 100644
--- a/x11-fm/etoile-fontmanager/Makefile
+++ b/x11-fm/etoile-fontmanager/Makefile
@@ -25,4 +25,7 @@ USE_GNUSTEP_INSTALL= yes
WRKSRC= ${WRKDIR}/Etoile-${PORTVERSION}
USE_GNUSTEP_MAKE_DIRS+= Services/User/FontManager
+post-configure:
+ ${REINPLACE_CMD} -e 's|-Werror||' ${WRKSRC}/etoile.make
+
.include <bsd.port.mk>