summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2007-01-14 19:50:26 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2007-01-14 19:50:26 +0000
commitacbb86204796966f3626148a8f4b3f3364f0c573 (patch)
treec6da575f2f0cf7809ab086d3a57431ea65c3473a /x11-wm
parent- Commit updated patch (missing from previous update). (diff)
Fix the build with GCC 4.x.
Notes
Notes: svn path=/head/; revision=182366
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/sawfish/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-wm/sawfish/Makefile b/x11-wm/sawfish/Makefile
index e75f354ccf80..5f82052270d5 100644
--- a/x11-wm/sawfish/Makefile
+++ b/x11-wm/sawfish/Makefile
@@ -45,5 +45,7 @@ INFO= sawfish
post-patch:
@${REINPLACE_CMD} -e 's|USE_INCLUDED_LIBINTL=yes|#USE_INCLUDED_LIBINTL=yes|g ; \
s|[$$][(]top_builddir[)]/intl/libintl.a|-lintl|g' ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e 's|prog_name|program_name|g' \
+ ${WRKSRC}/src/main.c
.include <bsd.port.mk>