diff options
Diffstat (limited to 'sysutils/gcombust/Makefile')
-rw-r--r-- | sysutils/gcombust/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/gcombust/Makefile b/sysutils/gcombust/Makefile index 75fbcf574ae4..a6e8cd30505b 100644 --- a/sysutils/gcombust/Makefile +++ b/sysutils/gcombust/Makefile @@ -23,8 +23,8 @@ USE_GNOME= gtk12 gnomehier USE_CDRTOOLS= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=--without-included-gettext --datadir=${PREFIX}/share -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 ; \ |