pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/print/ghostscript-agpl ghostscript-agpl: get all LDFLA...
details: https://anonhg.NetBSD.org/pkgsrc/rev/315a41835f25
branches: trunk
changeset: 414292:315a41835f25
user: adam <adam%pkgsrc.org@localhost>
date: Wed Mar 25 07:46:19 2020 +0000
description:
ghostscript-agpl: get all LDFLAGS for FreeType2
diffstat:
print/ghostscript-agpl/distinfo | 4 ++--
print/ghostscript-agpl/patches/patch-configure | 12 +++++++++++-
2 files changed, 13 insertions(+), 3 deletions(-)
diffs (45 lines):
diff -r 5ff1ce0ef02a -r 315a41835f25 print/ghostscript-agpl/distinfo
--- a/print/ghostscript-agpl/distinfo Wed Mar 25 07:13:52 2020 +0000
+++ b/print/ghostscript-agpl/distinfo Wed Mar 25 07:46:19 2020 +0000
@@ -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_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 -r 5ff1ce0ef02a -r 315a41835f25 print/ghostscript-agpl/patches/patch-configure
--- a/print/ghostscript-agpl/patches/patch-configure Wed Mar 25 07:13:52 2020 +0000
+++ b/print/ghostscript-agpl/patches/patch-configure Wed Mar 25 07:46:19 2020 +0000
@@ -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 @@
$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*)
Home |
Main Index |
Thread Index |
Old Index