SOURCES: isomd5sum-smallfixes.patch - one more 64bit arch

tommat tommat at pld-linux.org
Wed Apr 30 18:19:31 CEST 2008


Author: tommat                       Date: Wed Apr 30 16:19:31 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- one more 64bit arch

---- Files affected:
SOURCES:
   isomd5sum-smallfixes.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/isomd5sum-smallfixes.patch
diff -u SOURCES/isomd5sum-smallfixes.patch:1.1 SOURCES/isomd5sum-smallfixes.patch:1.2
--- SOURCES/isomd5sum-smallfixes.patch:1.1	Tue Jan  1 15:55:02 2008
+++ SOURCES/isomd5sum-smallfixes.patch	Wed Apr 30 18:19:25 2008
@@ -60,3 +60,15 @@
      exit(1);
  }
  
+diff -Nur isomd5sum-1.0.2-orig/Makefile isomd5sum-1.0.2/Makefile
+--- isomd5sum-1.0.2-orig/Makefile	2008-04-30 16:15:30.000000000 +0000
++++ isomd5sum-1.0.2/Makefile	2008-04-30 16:15:41.000000000 +0000
+@@ -2,7 +2,7 @@
+ PYTHON = python$(PYVER)
+ PYTHONINCLUDE = /usr/include/$(PYTHON)
+ 
+-ifneq (,$(filter ppc64 x86_64 s390x,$(shell uname -m)))
++ifneq (,$(filter ppc64 x86_64 s390x sparc64,$(shell uname -m)))
+ LIBDIR = lib64
+ else
+ LIBDIR = lib
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/isomd5sum-smallfixes.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list