diff options
author | tron <tron> | 2001-10-16 16:39:07 +0000 |
---|---|---|
committer | tron <tron> | 2001-10-16 16:39:07 +0000 |
commit | 18ce6075d19353af296c6bb2eb980f060273a375 (patch) | |
tree | 8984005e3e17b2e7e54ca9c6068cdd04ae2ba84d | |
parent | b37bbba36dc233eae138480717a3791fcad4148b (diff) | |
download | pkgsrc-18ce6075d19353af296c6bb2eb980f060273a375.tar.gz |
Include buildlink glue code for "libusb" to fix build problems.
-rw-r--r-- | graphics/sane-backends/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/sane-backends/Makefile b/graphics/sane-backends/Makefile index ba6bda75ee3..9396db3e731 100644 --- a/graphics/sane-backends/Makefile +++ b/graphics/sane-backends/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2001/10/16 13:17:04 tron Exp $ +# $NetBSD: Makefile,v 1.8 2001/10/16 16:39:07 tron Exp $ DISTNAME= sane-backends-1.0.5 CATEGORIES= graphics @@ -24,4 +24,5 @@ CPPFLAGS+= -I${PREFIX}/include # -O to work around a bug with -O2 and egcs. CFLAGS= -O -I${LOCALBASE}/include +.include "../../devel/libusb/buildlink.mk" .include "../../mk/bsd.pkg.mk" |