aboutsummaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2007-07-03 14:34:25 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2007-07-03 14:34:25 +0000
commit17440acc3d0a3c2132b2f35b4694bc9cfdaefb2f (patch)
treef11c84446f0db4a063b1bdefb34f832379c8d9d4 /x11
parent9e6c9f408ef621b7318a8a69b99a8be2f7ce71a3 (diff)
downloadports-17440acc3d0a3c2132b2f35b4694bc9cfdaefb2f.tar.gz
ports-17440acc3d0a3c2132b2f35b4694bc9cfdaefb2f.zip
Notes
Diffstat (limited to 'x11')
-rw-r--r--x11/metisse/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/x11/metisse/Makefile b/x11/metisse/Makefile
index f79e6f206ab5..234d17fb2b4a 100644
--- a/x11/metisse/Makefile
+++ b/x11/metisse/Makefile
@@ -114,10 +114,13 @@ PLIST_SUB+= GTK="@comment "
.endif
post-extract: .SILENT
- # Fix KDE tray
+# Fix KDE tray
${REINPLACE_CMD} -e '4723d' ${WRKSRC}/fvwm-insitu/fvwm/events.c
- # Fix desktop entries path
+# Fix desktop entries path
${REINPLACE_CMD} -E 's,^(configdir =).*,\1 ${DESKTOPDIR},' \
${WRKSRC}/fvwm-insitu/opale/session/Makefile.in
+# Simple GCC 4.2 gimmick
+ ${REINPLACE_CMD} -e '/^typedef/s,GLvoid,void,g' \
+ ${WRKSRC}/xserver/include/GL/glu.h
.include <bsd.port.post.mk>