pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/gd



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Jul 27 19:10:03 UTC 2022

Modified Files:
        pkgsrc/graphics/gd: Makefile

Log Message:
gd: fix rpath in pkg-config file

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.133 -r1.134 pkgsrc/graphics/gd/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/gd/Makefile
diff -u pkgsrc/graphics/gd/Makefile:1.133 pkgsrc/graphics/gd/Makefile:1.134
--- pkgsrc/graphics/gd/Makefile:1.133   Thu Jul 14 23:46:21 2022
+++ pkgsrc/graphics/gd/Makefile Wed Jul 27 19:10:03 2022
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.133 2022/07/14 23:46:21 dholland Exp $
+# $NetBSD: Makefile,v 1.134 2022/07/27 19:10:03 wiz Exp $
 
 DISTNAME=      libgd-2.3.3
 PKGNAME=       ${DISTNAME:S/libgd/gd/}
-PKGREVISION=   3
+PKGREVISION=   4
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=libgd/}
 GITHUB_PROJECT=        libgd
@@ -29,6 +29,7 @@ CONFIGURE_ARGS+=      --with-zlib=${BUILDLINK
 REPLACE_PERL+=         src/bdftogd
 PTHREAD_AUTO_VARS=     yes
 TEST_TARGET=           check
+PKGCONFIG_OVERRIDE+=   config/gdlib.pc.in
 
 .include "../../converters/libiconv/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"



Home | Main Index | Thread Index | Old Index