aboutsummaryrefslogtreecommitdiff
path: root/system/isomd5sum/fix_makefile.diff
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2016-08-03 01:37:03 -0400
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2016-08-13 07:22:55 +0700
commit88ce2ba0cbb387d7e91639a2ab5137287620b69d (patch)
tree4058e7c3d75f0e038de191d033a189898f6baa30 /system/isomd5sum/fix_makefile.diff
parent56ecb23094e52ff0e1cc4ae2208ea8315f29359a (diff)
system/isomd5sum: Updated for version 1.1.0, add Python 3 support.
Diffstat (limited to 'system/isomd5sum/fix_makefile.diff')
-rw-r--r--system/isomd5sum/fix_makefile.diff19
1 files changed, 0 insertions, 19 deletions
diff --git a/system/isomd5sum/fix_makefile.diff b/system/isomd5sum/fix_makefile.diff
deleted file mode 100644
index f048b33bb6a5b..0000000000000
--- a/system/isomd5sum/fix_makefile.diff
+++ /dev/null
@@ -1,19 +0,0 @@
-diff -Naur isomd5sum-1.0.7/Makefile isomd5sum-1.0.7.patched//Makefile
---- isomd5sum-1.0.7/Makefile 2011-04-08 04:43:01.000000000 -0400
-+++ isomd5sum-1.0.7.patched//Makefile 2011-07-15 01:43:55.000000000 -0400
-@@ -29,9 +29,13 @@
- checkisomd5: checkisomd5.o libcheckisomd5.a
- $(CC) -lpopt $(CFLAGS) checkisomd5.o libcheckisomd5.a -o checkisomd5
-
--libimplantisomd5.a: libimplantisomd5.a(libimplantisomd5.o md5.o)
-+libimplantisomd5.a: libimplantisomd5.o md5.o
-+ ar rc libimplantisomd5.a libimplantisomd5.o md5.o
-+ ranlib libimplantisomd5.a
-
--libcheckisomd5.a: libcheckisomd5.a(libcheckisomd5.o md5.o)
-+libcheckisomd5.a: libcheckisomd5.o md5.o
-+ ar rc libcheckisomd5.a libcheckisomd5.o md5.o
-+ ranlib libcheckisomd5.a
-
- pyisomd5sum.so: $(PYOBJS)
- $(CC) -shared -g -o pyisomd5sum.so -fpic $(PYOBJS) $(LDFLAGS)