diff options
Diffstat (limited to 'comms/libticables')
-rw-r--r-- | comms/libticables/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/libticables/Makefile b/comms/libticables/Makefile index f01ea81289ec..6bf54a51c152 100644 --- a/comms/libticables/Makefile +++ b/comms/libticables/Makefile @@ -14,7 +14,8 @@ MASTER_SITES= SF/tilp/OldFiles MAINTAINER= tijl@coosemans.org COMMENT= TI calculator link cables library -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib USE_GETTEXT= yes USE_GNOME= gnomehack pkgconfig USE_AUTOTOOLS= libtool |