diff options
Diffstat (limited to 'graphics/gtkgraph')
-rw-r--r-- | graphics/gtkgraph/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gtkgraph/Makefile b/graphics/gtkgraph/Makefile index 602ab843f34b..2f422c0575cd 100644 --- a/graphics/gtkgraph/Makefile +++ b/graphics/gtkgraph/Makefile @@ -20,8 +20,8 @@ USE_GMAKE= yes USE_GNOME= imlib 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 ; s|-O2|${CFLAGS}| ; \ |