summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorbsiegert <bsiegert>2016-05-11 16:19:22 +0000
committerbsiegert <bsiegert>2016-05-11 16:19:22 +0000
commitc760eb49ed4d830d3997219f2762cefd25bbf93c (patch)
treea016a5c7b89aa1654d2cc851cd855de63487d79e /graphics
parentf788da82ff80aab1db3ac4387728e57914ef3019 (diff)
downloadpkgsrc-c760eb49ed4d830d3997219f2762cefd25bbf93c.tar.gz
Pullup ticket #4988 - requested by joerg
graphics/gdchart: build fix Revisions pulled up: - graphics/gdchart/Makefile 1.39 - graphics/gdchart/distinfo 1.13 - graphics/gdchart/patches/patch-ac 1.9 --- Module Name: pkgsrc Committed By: joerg Date: Sat May 7 09:58:49 UTC 2016 Modified Files: pkgsrc/graphics/gdchart: Makefile distinfo pkgsrc/graphics/gdchart/patches: patch-ac Log Message: Fix rpath for X libraries.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/gdchart/Makefile4
-rw-r--r--graphics/gdchart/distinfo4
-rw-r--r--graphics/gdchart/patches/patch-ac4
3 files changed, 6 insertions, 6 deletions
diff --git a/graphics/gdchart/Makefile b/graphics/gdchart/Makefile
index 7afc2f5f72a..5b17bc549f4 100644
--- a/graphics/gdchart/Makefile
+++ b/graphics/gdchart/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.38 2015/11/18 14:19:46 ryoon Exp $
+# $NetBSD: Makefile,v 1.38.4.1 2016/05/11 16:19:22 bsiegert Exp $
DISTNAME= gdchart0.11.5dev
PKGNAME= gdchart-0.11.5
-PKGREVISION= 15
+PKGREVISION= 16
CATEGORIES= graphics
MASTER_SITES= http://www.fred.net/brv/chart/
diff --git a/graphics/gdchart/distinfo b/graphics/gdchart/distinfo
index 1e5cbb49198..1cf9673c109 100644
--- a/graphics/gdchart/distinfo
+++ b/graphics/gdchart/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.12 2015/11/03 21:33:58 agc Exp $
+$NetBSD: distinfo,v 1.12.4.1 2016/05/11 16:19:22 bsiegert Exp $
SHA1 (gdchart0.11.5dev.tar.gz) = c23e1cd233c38ac007b57420c20a5fa7fa206841
RMD160 (gdchart0.11.5dev.tar.gz) = be9b11eb446738d9e30d78e8ce73b8a418b1f520
SHA512 (gdchart0.11.5dev.tar.gz) = dc08d02c0273fd41d0de193126b5fd8524473e76e17ea972ed1891354ca67dd406c1073f07fe5f11a2623b575499bb7e5633825d43033fdfd2b492d19db957a3
Size (gdchart0.11.5dev.tar.gz) = 38783 bytes
-SHA1 (patch-ac) = eb4bc3be51bb1a9e8b3db9cd8c6038381fbf734a
+SHA1 (patch-ac) = 191ad026f5203cd115deb9c5e7d55f981858d401
diff --git a/graphics/gdchart/patches/patch-ac b/graphics/gdchart/patches/patch-ac
index 4860a8e1d4e..d2fb86f1de4 100644
--- a/graphics/gdchart/patches/patch-ac
+++ b/graphics/gdchart/patches/patch-ac
@@ -1,4 +1,4 @@
-$NetBSD: patch-ac,v 1.8 2005/03/11 08:51:58 adam Exp $
+$NetBSD: patch-ac,v 1.8.94.1 2016/05/11 16:19:22 bsiegert Exp $
--- Makefile.orig 2004-12-17 17:53:47.000000000 +0000
+++ Makefile
@@ -126,7 +126,7 @@ $NetBSD: patch-ac,v 1.8 2005/03/11 08:51:58 adam Exp $
- ranlib libgdc.a
+libgdchart.a: ${LIB_OBJS}
+ ${LIBTOOL} --mode=link ${CC} -o libgdchart.la ${LIB_OBJS:.o=.lo} \
-+ -L${GD_LD} -lgd -version-info 0:11 -rpath ${PREFIX}/lib
++ -L${GD_LD} -lgd -version-info 0:11 -rpath ${PREFIX}/lib ${COMPILER_RPATH_FLAG}${X11BASE}/lib
# --- supporting libraries ---
# should be compile & installed separately