pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/jasper



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun Apr 26 10:05:46 UTC 2020

Modified Files:
        pkgsrc/graphics/jasper: Makefile

Log Message:
graphics/jasper: fix typo in jasper.pc.in location


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 pkgsrc/graphics/jasper/Makefile

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

Modified files:

Index: pkgsrc/graphics/jasper/Makefile
diff -u pkgsrc/graphics/jasper/Makefile:1.51 pkgsrc/graphics/jasper/Makefile:1.52
--- pkgsrc/graphics/jasper/Makefile:1.51        Tue Jul 16 10:06:07 2019
+++ pkgsrc/graphics/jasper/Makefile     Sun Apr 26 10:05:46 2020
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.51 2019/07/16 10:06:07 nia Exp $
+# $NetBSD: Makefile,v 1.52 2020/04/26 10:05:46 rillig Exp $
 
 DISTNAME=      jasper-2.0.16
+PKGREVISION=   1
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=mdadams/}
 GITHUB_TAG=    version-${PKGVERSION_NOREV}
@@ -15,7 +16,7 @@ USE_CMAKE=            yes
 USE_LANGUAGES=         c99 c++
 CMAKE_ARGS+=           -DALLOW_IN_SOURCE_BUILD=ON
 
-PKGCONFIG_OVERRIDE=    pkgconfig/jasper.pc
+PKGCONFIG_OVERRIDE=    build/jasper.pc.in
 
 .include "options.mk"
 .include "../../mk/jpeg.buildlink3.mk"



Home | Main Index | Thread Index | Old Index