pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/libgphoto2



Module Name:    pkgsrc
Committed By:   maya
Date:           Sun Oct 27 18:58:06 UTC 2019

Modified Files:
        pkgsrc/devel/libgphoto2: Makefile

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

from raymond meyer in PR pkg/36619


To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 pkgsrc/devel/libgphoto2/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/libgphoto2/Makefile
diff -u pkgsrc/devel/libgphoto2/Makefile:1.70 pkgsrc/devel/libgphoto2/Makefile:1.71
--- pkgsrc/devel/libgphoto2/Makefile:1.70       Wed Jul  4 13:40:14 2018
+++ pkgsrc/devel/libgphoto2/Makefile    Sun Oct 27 18:58:06 2019
@@ -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 @@ REPLACE_SH=           packaging/generic/check-ptp
 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