diff options
author | gdt <gdt> | 2007-06-08 20:50:55 +0000 |
---|---|---|
committer | gdt <gdt> | 2007-06-08 20:50:55 +0000 |
commit | 42000a08c0d4ec13f5d3ec5186a9dc730df77728 (patch) | |
tree | 860128d7a9cfd38fe5fc6503d2f16fd4561233ad /graphics/sane-backends/Makefile | |
parent | 4262611885a38163733a3292e5ee2a6691061879 (diff) | |
download | pkgsrc-42000a08c0d4ec13f5d3ec5186a9dc730df77728.tar.gz |
# lib/Makefile.in builds .o files and then .a, but rules for shlibs,
# while apparently independent, cause libtool to create .o again,
# making it possible for the ar step of the .a build to fail to find
# the .o
MAKE_JOBS_SAFE= NO
Diffstat (limited to 'graphics/sane-backends/Makefile')
-rw-r--r-- | graphics/sane-backends/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/sane-backends/Makefile b/graphics/sane-backends/Makefile index be6d17cae55..f47aba763d1 100644 --- a/graphics/sane-backends/Makefile +++ b/graphics/sane-backends/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2007/02/22 19:26:36 wiz Exp $ +# $NetBSD: Makefile,v 1.36 2007/06/08 20:50:55 gdt Exp $ .include "Makefile.common" COMMENT= API for access to scanners, digitals camera, frame grabbers etc. @@ -6,6 +6,12 @@ COMMENT= API for access to scanners, digitals camera, frame grabbers etc. DISTNAME= sane-backends-${SANE_VERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} +# lib/Makefile.in builds .o files and then .a, but rules for shlibs, +# while apparently independent, cause libtool to create .o again, +# making it possible for the ar step of the .a build to fail to find +# the .o +MAKE_JOBS_SAFE= NO + USE_TOOLS+= msgfmt USE_PKGLOCALEDIR= YES |