diff options
Diffstat (limited to 'sysutils/gupsc/Makefile')
-rw-r--r-- | sysutils/gupsc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/gupsc/Makefile b/sysutils/gupsc/Makefile index 104402c0e525..894b658dcf51 100644 --- a/sysutils/gupsc/Makefile +++ b/sysutils/gupsc/Makefile @@ -19,8 +19,8 @@ USE_GMAKE= yes USE_GNOME= gnomelibs gnomehier USE_PERL5_BUILD=yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" +CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" +CPPFLAGS+= -I${LOCALBASE}/include pre-patch: @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ |