diff options
author | joerg <joerg@pkgsrc.org> | 2016-05-07 09:58:49 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2016-05-07 09:58:49 +0000 |
commit | 3ba72686ef73362866658534aa041266c370c5d4 (patch) | |
tree | f084aefcb9333650ffe415b07794c224d47081be /graphics | |
parent | 8b2ae46f6d5e869ab091bb6033c9cc6032e0b04e (diff) | |
download | pkgsrc-3ba72686ef73362866658534aa041266c370c5d4.tar.gz |
Fix rpath for X libraries.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gdchart/Makefile | 4 | ||||
-rw-r--r-- | graphics/gdchart/distinfo | 4 | ||||
-rw-r--r-- | graphics/gdchart/patches/patch-ac | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/graphics/gdchart/Makefile b/graphics/gdchart/Makefile index 7afc2f5f72a..83cff30656e 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.39 2016/05/07 09:58:49 joerg 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..b3e7e175490 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.13 2016/05/07 09:58:49 joerg 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..aa276fb4788 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.9 2016/05/07 09:58:49 joerg 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 |