pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/sane-backends # lib/Makefile.in builds .o fil...
details: https://anonhg.NetBSD.org/pkgsrc/rev/9acd47f626fe
branches: trunk
changeset: 529667:9acd47f626fe
user: gdt <gdt%pkgsrc.org@localhost>
date: Fri Jun 08 20:50:55 2007 +0000
description:
# 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:
graphics/sane-backends/Makefile | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diffs (22 lines):
diff -r 7dc4a03532ed -r 9acd47f626fe graphics/sane-backends/Makefile
--- a/graphics/sane-backends/Makefile Fri Jun 08 20:48:16 2007 +0000
+++ b/graphics/sane-backends/Makefile Fri Jun 08 20:50:55 2007 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index