summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2020-03-25 07:46:19 +0000
committeradam <adam@pkgsrc.org>2020-03-25 07:46:19 +0000
commit7dff94fec0ca91496542455e3321f65012b0779b (patch)
tree97cb23a5c7bd3ee4897fbacf03e02c1261027421 /print
parentf4c3ee33ba5a395090fa2ec6c2b8314065d5cc9d (diff)
downloadpkgsrc-7dff94fec0ca91496542455e3321f65012b0779b.tar.gz
ghostscript-agpl: get all LDFLAGS for FreeType2
Diffstat (limited to 'print')
-rw-r--r--print/ghostscript-agpl/distinfo4
-rw-r--r--print/ghostscript-agpl/patches/patch-configure12
2 files changed, 13 insertions, 3 deletions
diff --git a/print/ghostscript-agpl/distinfo b/print/ghostscript-agpl/distinfo
index 0c4466e3455..c89f7ef7fc9 100644
--- a/print/ghostscript-agpl/distinfo
+++ b/print/ghostscript-agpl/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.29 2020/03/24 16:34:45 adam Exp $
+$NetBSD: distinfo,v 1.30 2020/03/25 07:46:19 adam Exp $
SHA1 (ghostscript-9.52.tar.xz) = dd816e2fab38e99b86d2872838bf73e49420cfb8
RMD160 (ghostscript-9.52.tar.xz) = b0a320a71b7de06043290e150307733ed7f591b9
@@ -9,5 +9,5 @@ SHA1 (patch-base_lib.mak) = 723926f167b49568376ef0c0da6aa4ec01fe1516
SHA1 (patch-base_mkromfs.c) = 9d9afbd0fbb8c70c8f4f7de3cadc5b54541f0db0
SHA1 (patch-base_ttobjs.h) = 378ad7d316a4a9dc53b9c8e612582a7c8e9b3688
SHA1 (patch-base_unix-dll.mak) = 73b5ee7fcbc7940ce72f44b35417d624f7ae5bca
-SHA1 (patch-configure) = 218c3f36faca73d3145fe6a0aecab0a23d5a8ae0
+SHA1 (patch-configure) = ed5213adcb44070a77fc56297f4172f73dd2a8e7
SHA1 (patch-devices_devs.mak) = e9937d401a278cc6d0a6d4cff78c526375bc18ca
diff --git a/print/ghostscript-agpl/patches/patch-configure b/print/ghostscript-agpl/patches/patch-configure
index 35d4d9c8962..ff8baa8060a 100644
--- a/print/ghostscript-agpl/patches/patch-configure
+++ b/print/ghostscript-agpl/patches/patch-configure
@@ -1,7 +1,8 @@
-$NetBSD: patch-configure,v 1.4 2020/03/24 16:34:45 adam Exp $
+$NetBSD: patch-configure,v 1.5 2020/03/25 07:46:19 adam Exp $
Use system zlib for linking.
Add rpath.
+Get all LDFLAGS for FreeType2.
Use correct install_name with path on Darwin.
--- configure.orig 2020-03-19 08:22:25.000000000 +0000
@@ -35,6 +36,15 @@ Use correct install_name with path on Darwin.
$as_echo "#define USE_LIBPAPER 1" >>confdefs.h
+@@ -7324,7 +7322,7 @@ $as_echo_n "checking for system freetype
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+ $as_echo "yes" >&6; }
+ FT_CFLAGS="$CFLAGS `$PKGCONFIG --cflags freetype2`"
+- FT_LIBS="`$PKGCONFIG --libs-only-l freetype2`"
++ FT_LIBS="`$PKGCONFIG --libs freetype2`"
+ FT_BRIDGE=1
+ SHARE_FT=1
+ else
@@ -10881,10 +10879,10 @@ case $host in
;;
*-darwin*)