pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/exiv2
Module Name: pkgsrc
Committed By: nia
Date: Sat Jul 29 09:49:47 UTC 2023
Modified Files:
pkgsrc/graphics/exiv2: Makefile hacks.mk
Log Message:
exiv2: Do not ship '@LIBSTDCXXFS@' in .pc files when the SUBST does not
occur. Pointed out by jperkin.
To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 pkgsrc/graphics/exiv2/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/exiv2/hacks.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/exiv2/Makefile
diff -u pkgsrc/graphics/exiv2/Makefile:1.60 pkgsrc/graphics/exiv2/Makefile:1.61
--- pkgsrc/graphics/exiv2/Makefile:1.60 Sat Jul 29 07:15:18 2023
+++ pkgsrc/graphics/exiv2/Makefile Sat Jul 29 09:49:47 2023
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.60 2023/07/29 07:15:18 nia Exp $
+# $NetBSD: Makefile,v 1.61 2023/07/29 09:49:47 nia Exp $
DISTNAME= exiv2-0.28.0-Source
PKGNAME= ${DISTNAME:S/-Source//}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_GITHUB:=Exiv2/}
GITHUB_RELEASE= v${PKGVERSION_NOREV}
Index: pkgsrc/graphics/exiv2/hacks.mk
diff -u pkgsrc/graphics/exiv2/hacks.mk:1.1 pkgsrc/graphics/exiv2/hacks.mk:1.2
--- pkgsrc/graphics/exiv2/hacks.mk:1.1 Sat Jul 29 07:15:18 2023
+++ pkgsrc/graphics/exiv2/hacks.mk Sat Jul 29 09:49:47 2023
@@ -1,4 +1,4 @@
-# $NetBSD: hacks.mk,v 1.1 2023/07/29 07:15:18 nia Exp $
+# $NetBSD: hacks.mk,v 1.2 2023/07/29 09:49:47 nia Exp $
.include "../../mk/compiler.mk"
@@ -9,8 +9,11 @@
PKG_HACKS+= EXIV2_STDCXXFS
LIBSTDCXXFS= -lstdc++fs
LDFLAGS+= ${LIBSTDCXXFS}
+.else
+LIBSTDCXXFS=
+.endif
+
SUBST_CLASSES+= fslib
SUBST_STAGE.fslib= pre-configure
SUBST_FILES.fslib= cmake/exiv2.pc.in
SUBST_VARS.fslib= LIBSTDCXXFS
-.endif
Home |
Main Index |
Thread Index |
Old Index