pkgsrc-Changes archive

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

CVS commit: pkgsrc/comms/libimobiledevice



Module Name:    pkgsrc
Committed By:   vins
Date:           Sat May  2 07:19:01 UTC 2026

Modified Files:
        pkgsrc/comms/libimobiledevice: Makefile

Log Message:
libimobiledevice: add PKGCONFIG_OVERRIDE


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/comms/libimobiledevice/Makefile

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

Modified files:

Index: pkgsrc/comms/libimobiledevice/Makefile
diff -u pkgsrc/comms/libimobiledevice/Makefile:1.1 pkgsrc/comms/libimobiledevice/Makefile:1.2
--- pkgsrc/comms/libimobiledevice/Makefile:1.1  Sat May  2 07:01:14 2026
+++ pkgsrc/comms/libimobiledevice/Makefile      Sat May  2 07:19:01 2026
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2026/05/02 07:01:14 vins Exp $
+# $NetBSD: Makefile,v 1.2 2026/05/02 07:19:01 vins Exp $
 
 DISTNAME=      libimobiledevice-1.4.0
+PKGREVISION=   1
 CATEGORIES=    comms
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=libimobiledevice/}
 GITHUB_RELEASE=        ${PKGVERSION_NOREV}
@@ -16,6 +17,8 @@ USE_LANGUAGES+=       c c++
 USE_LIBTOOL=   yes
 USE_TOOLS+=    aclocal autoconf automake bash pkg-config
 
+PKGCONFIG_OVERRIDE=    src/libimobiledevice-1.0.pc.in
+
 GNU_CONFIGURE= yes
 CONFIG_SHELL=  bash
 



Home | Main Index | Thread Index | Old Index