diff options
author | yyamano <yyamano@pkgsrc.org> | 2011-11-22 19:17:19 +0000 |
---|---|---|
committer | yyamano <yyamano@pkgsrc.org> | 2011-11-22 19:17:19 +0000 |
commit | 1df13853bd96befb083f621b63fae8f9093b5384 (patch) | |
tree | c31dcde5dedeab78228e1701435d1ed43356dcd5 /textproc | |
parent | 1e7ade0885080db3fc92df5b6aa8a9892e688588 (diff) | |
download | pkgsrc-1df13853bd96befb083f621b63fae8f9093b5384.tar.gz |
Make this build with symlinked pkgsrc directory.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/xmlrpc-c/distinfo | 3 | ||||
-rw-r--r-- | textproc/xmlrpc-c/patches/patch-GNUmakefile | 14 |
2 files changed, 16 insertions, 1 deletions
diff --git a/textproc/xmlrpc-c/distinfo b/textproc/xmlrpc-c/distinfo index 12d4c341fbd..ffe38bf9884 100644 --- a/textproc/xmlrpc-c/distinfo +++ b/textproc/xmlrpc-c/distinfo @@ -1,8 +1,9 @@ -$NetBSD: distinfo,v 1.18 2011/06/30 01:03:24 obache Exp $ +$NetBSD: distinfo,v 1.19 2011/11/22 19:17:19 yyamano Exp $ SHA1 (xmlrpc-c-1.16.35.tgz) = f79d44d533eb38fb012e0e0af429798f5f404c59 RMD160 (xmlrpc-c-1.16.35.tgz) = 1decb5c8c9ce3d9276e174f8e96a96043f8bb816 Size (xmlrpc-c-1.16.35.tgz) = 1876492 bytes +SHA1 (patch-GNUmakefile) = 3edcf5ef38c9e94466d0303cb0eb7ce2d5ca39bb SHA1 (patch-aa) = 96ca1b0f8550b04e7292d07b4204b5bed841a417 SHA1 (patch-ac) = e230eb36f812c85521721ead4d080250e61f670f SHA1 (patch-ae) = 52f826d292869be44886881c48aa7707a4af2df3 diff --git a/textproc/xmlrpc-c/patches/patch-GNUmakefile b/textproc/xmlrpc-c/patches/patch-GNUmakefile new file mode 100644 index 00000000000..887d61e8232 --- /dev/null +++ b/textproc/xmlrpc-c/patches/patch-GNUmakefile @@ -0,0 +1,14 @@ +$NetBSD: patch-GNUmakefile,v 1.1 2011/11/22 19:17:19 yyamano Exp $ + +Make this build with symlinked pkgsrc directory. + +--- GNUmakefile.orig 2011-03-25 16:27:18.000000000 +0000 ++++ GNUmakefile +@@ -1,6 +1,6 @@ + include srcdir.mk + +-BLDDIR = $(CURDIR) ++BLDDIR = $(shell pwd) + SUBDIR = + + export SRCDIR |