aboutsummaryrefslogtreecommitdiff
path: root/misc/cdcollect/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/cdcollect/Makefile')
-rw-r--r--misc/cdcollect/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/cdcollect/Makefile b/misc/cdcollect/Makefile
index d689757819b2..de118d4a449b 100644
--- a/misc/cdcollect/Makefile
+++ b/misc/cdcollect/Makefile
@@ -23,7 +23,8 @@ USE_GMAKE= yes
USE_GNOME= gnomeprefix gnomehack intlhack libgnome gnomesharp20
GCONF_SCHEMAS= cdcollect.schemas
USE_GETTEXT= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
post-extract:
${REINPLACE_CMD} -e 's,SqliteClient,Sqlite,' \