pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/libgphoto2 libgphoto2: fix build on sunos by for...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e357acdc2e33
branches:  trunk
changeset: 416604:e357acdc2e33
user:      maya <maya%pkgsrc.org@localhost>
date:      Sun Oct 27 18:58:06 2019 +0000

description:
libgphoto2: fix build on sunos by force-failing the libusb configure test.

from raymond meyer in PR pkg/36619

diffstat:

 devel/libgphoto2/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r cf22aebf9504 -r e357acdc2e33 devel/libgphoto2/Makefile
--- a/devel/libgphoto2/Makefile Sun Oct 27 18:35:10 2019 +0000
+++ b/devel/libgphoto2/Makefile Sun Oct 27 18:58:06 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.70 2018/07/04 13:40:14 jperkin Exp $
+# $NetBSD: Makefile,v 1.71 2019/10/27 18:58:06 maya Exp $
 
 DISTNAME=      libgphoto2-2.5.8
 PKGREVISION=   3
@@ -28,6 +28,7 @@
 PLIST_VARS+=   libusb
 
 BUILDLINK_TRANSFORM.SunOS+=    opt:-Wl,--version-script=./libgphoto2_port.ver:-Wl,-M./libgphoto2_port.ver
+CONFIGURE_ARGS.SunOS+=         --without-libusb
 
 SUBST_CLASSES.SunOS+=  mapfile
 SUBST_STAGE.mapfile=   pre-configure



Home | Main Index | Thread Index | Old Index