From 7e9522d118c6128301c47102bc6c09326d4c62f6 Mon Sep 17 00:00:00 2001 From: marcus Date: Sun, 14 Jan 2007 19:50:26 +0000 Subject: Fix the build with GCC 4.x. --- x11-wm/sawfish/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'x11-wm/sawfish') 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 -- cgit