diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-06-11 14:49:59 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-06-11 14:49:59 +0000 |
commit | 9f8b4bcde30c0ca3bf6cead5f48aa102536e0e92 (patch) | |
tree | c4f78cbaf45ab044db3e157be708afd711a4e841 /graphics/colord | |
parent | 0533abe3e7aae5c19e0a0ce9c1e82ed5e94f63e8 (diff) |
Notes
Diffstat (limited to 'graphics/colord')
-rw-r--r-- | graphics/colord/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/colord/Makefile b/graphics/colord/Makefile index 976bd28a2a42..5be1664c5100 100644 --- a/graphics/colord/Makefile +++ b/graphics/colord/Makefile @@ -34,9 +34,8 @@ CONFIGURE_ARGS= --disable-gudev \ # takes ages we don't want to wait. CONFIGURE_ARGS+=--disable-print-profiles CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -CONFIGURE_ENV= USB_CFLAGS="-I/usr/include" \ - USB_LIBS="-L/usr/lib -lusb" +LIBS+= -L${LOCALBASE}/lib +CONFIGURE_ENV= USB_CFLAGS=" " USB_LIBS="-lusb" INSTALL_TARGET= install-strip GLIB_SCHEMAS= org.freedesktop.ColorHelper.gschema.xml |