diff options
Diffstat (limited to 'x11/mate-applets/Makefile')
-rw-r--r-- | x11/mate-applets/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/mate-applets/Makefile b/x11/mate-applets/Makefile index 5c141b6..cf55731 100644 --- a/x11/mate-applets/Makefile +++ b/x11/mate-applets/Makefile @@ -33,8 +33,8 @@ GNU_CONFIGURE= yes INSTALLS_ICONS= yes CONFIGURE_ARGS= --disable-networkmanager CONFIGURE_ENV= OS_SYS="/usr/include" -CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} -LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -lpthread -L${LOCALBASE}/lib INSTALL_TARGET= install-strip GLIB_SCHEMAS= org.mate.panel.applet.charpick.gschema.xml \ |