summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-06-11 12:40:11 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-06-11 12:40:11 (EDT)
commit7613160a7345302d17f6a36f64210c9175d1346b (patch)
treeeca7f766a274c80d0356abc8f6f7e17da59edebf
parent4e44d721d99baefc08e659a6c10292a391a9993e (diff)
Fix file dates in patch.
-rw-r--r--patches/01_properly-support-shared-library.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/01_properly-support-shared-library.patch b/patches/01_properly-support-shared-library.patch
index e583d8e..6536cce 100644
--- a/patches/01_properly-support-shared-library.patch
+++ b/patches/01_properly-support-shared-library.patch
@@ -2,8 +2,8 @@ Author: "P. J. McDermott" <pj@pehjota.net>
Subject: Properly support a shared library
diff -Naur src.orig/Makefile src/Makefile
---- src.orig/Makefile 2014-06-11 00:10:06.256905194 -0400
-+++ src/Makefile 2014-06-11 04:47:04.550730273 -0400
+--- src.orig/Makefile 2010-09-10 18:46:02.000000000 -0400
++++ src/Makefile 2014-06-11 12:35:03.717651900 -0400
@@ -23,6 +23,9 @@
BIGFILES=-D_FILE_OFFSET_BITS=64
CFLAGS=-Wall -Winline -O2 -g $(BIGFILES)