diff options
Diffstat (limited to 'x11-wm/mutter/Makefile')
-rw-r--r-- | x11-wm/mutter/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/mutter/Makefile b/x11-wm/mutter/Makefile index d69c635f9672..8d26c9befa28 100644 --- a/x11-wm/mutter/Makefile +++ b/x11-wm/mutter/Makefile @@ -29,8 +29,8 @@ USE_GMAKE= yes USE_AUTOTOOLS= libtool USE_GNOME= gnomeprefix gnomehack intlhack gtk20 gconf2 ltverhack USE_LDCONFIG= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib GCONF_SCHEMAS= mutter.schemas |