diff options
author | obache <obache@pkgsrc.org> | 2010-10-06 09:10:38 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-10-06 09:10:38 +0000 |
commit | 3f39a5f6b8bf0cd18456a3f1da4715a1ea453821 (patch) | |
tree | 69e717f1f8029575f33e26bce960262c4525cb48 | |
parent | d194759bd5f3301fe06c2ab2a03d10df883e06e2 (diff) | |
download | pkgsrc-3f39a5f6b8bf0cd18456a3f1da4715a1ea453821.tar.gz |
Replace 8 spaces with a TAB for separator, or failed to build with gmake-3.82.
-rw-r--r-- | graphics/libscigraphica/distinfo | 3 | ||||
-rw-r--r-- | graphics/libscigraphica/patches/patch-ad | 15 |
2 files changed, 17 insertions, 1 deletions
diff --git a/graphics/libscigraphica/distinfo b/graphics/libscigraphica/distinfo index 603ebdfa0b7..d7778b8b205 100644 --- a/graphics/libscigraphica/distinfo +++ b/graphics/libscigraphica/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.4 2010/05/29 13:54:32 drochner Exp $ +$NetBSD: distinfo,v 1.5 2010/10/06 09:10:38 obache Exp $ SHA1 (libscigraphica-2.1.1.tar.gz) = dcbadae82501f40ef366c7e543c26b289657dc60 RMD160 (libscigraphica-2.1.1.tar.gz) = 1b04a432052ad3edd8e233349ee47f4f99bb1a4a @@ -6,3 +6,4 @@ Size (libscigraphica-2.1.1.tar.gz) = 774288 bytes SHA1 (patch-aa) = 950a445549cd55e2dbd1e20342b3dfec3e26fff7 SHA1 (patch-ab) = 39b3cb4cade6a4a3ba49b61d46f87d1b12cd1181 SHA1 (patch-ac) = f94f8de42e38d3b23c8646d3e72b0abee1a94d97 +SHA1 (patch-ad) = 2527a6dba7bcf429c322ec7cea0dceddaa97481f diff --git a/graphics/libscigraphica/patches/patch-ad b/graphics/libscigraphica/patches/patch-ad new file mode 100644 index 00000000000..df5982bdc12 --- /dev/null +++ b/graphics/libscigraphica/patches/patch-ad @@ -0,0 +1,15 @@ +$NetBSD: patch-ad,v 1.1 2010/10/06 09:10:38 obache Exp $ + +separater must be a TAB, not 8 spaces. + +--- scigraphica/Makefile.in.orig 2005-06-25 01:38:51.000000000 +0000 ++++ scigraphica/Makefile.in +@@ -804,7 +804,7 @@ uninstall-info: uninstall-info-recursive + + + files: +- @for subdir in $(SUBDIRS); do \ ++ @for subdir in $(SUBDIRS); do \ + files=`cd $$subdir; $(MAKE) files | grep -v "make\[[1-9]\]"`; \ + for file in $$files; do \ + echo $$subdir/$$file; \ |