From 1d4c9db8d73eabf5c62249a717b0e88b81ea297c Mon Sep 17 00:00:00 2001 From: kmoore Date: Tue, 2 Jun 2009 13:15:16 +0000 Subject: - Fix settings search path to respect LOCALBASE properly Approved by: miwi (mentor) --- x11-themes/gtk-qt4-engine/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'x11-themes/gtk-qt4-engine') diff --git a/x11-themes/gtk-qt4-engine/Makefile b/x11-themes/gtk-qt4-engine/Makefile index bc814c760ee8..45fc05e8c825 100644 --- a/x11-themes/gtk-qt4-engine/Makefile +++ b/x11-themes/gtk-qt4-engine/Makefile @@ -33,4 +33,10 @@ WRKSRC= ${WRKDIR}/gtk-qt-engine USE_GNOME+= libbonoboui .endif +post-patch: + @${REINPLACE_CMD} -e 's,/usr/local,${LOCALBASE},g' \ + ${WRKSRC}/kcm_gtk/searchpaths.cpp + @${REINPLACE_CMD} -e 's,/usr/local,${LOCALBASE},g' \ + ${WRKSRC}/src/rcproperties.cpp + .include -- cgit