pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/jpeg Pass --disable-ld-version-script to conf...
details: https://anonhg.NetBSD.org/pkgsrc/rev/09aa3332d929
branches: trunk
changeset: 569855:09aa3332d929
user: tnn <tnn%pkgsrc.org@localhost>
date: Wed Jan 20 13:14:53 2010 +0000
description:
Pass --disable-ld-version-script to configure.
Specifying a version script that doesn't contain anything is pointless,
and seems to trigger toolchain bugs on DragonFlyBSD (PR pkg/42639).
Bump revision.
diffstat:
graphics/jpeg/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (23 lines):
diff -r 8ee5616e8ce4 -r 09aa3332d929 graphics/jpeg/Makefile
--- a/graphics/jpeg/Makefile Wed Jan 20 12:46:07 2010 +0000
+++ b/graphics/jpeg/Makefile Wed Jan 20 13:14:53 2010 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.39 2010/01/17 11:53:40 wiz Exp $
+# $NetBSD: Makefile,v 1.40 2010/01/20 13:14:53 tnn Exp $
#
DISTNAME= jpegsrc.v8
PKGNAME= jpeg-8
+PKGREVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://www.ijg.org/files/
@@ -19,6 +20,8 @@
INSTALLATION_DIRS= bin include share/doc/jpeg
+CONFIGURE_ARGS+= --disable-ld-version-script
+
post-extract:
${CP} ${FILESDIR}/jpegexiforient.c ${WRKSRC}
Home |
Main Index |
Thread Index |
Old Index