summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-08-02 11:07:54 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-08-02 11:07:54 (EDT)
commit67c4d8e5ed1f785a0046d4b5ff1ed8d73375de80 (patch)
treec2191a6d3b94113006429b87873618fa6160798d
parent626c0788af013977d638263debdd12970d970b39 (diff)
Add patch to fix library version info
-rw-r--r--patches/01_fix-library-version-info.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/patches/01_fix-library-version-info.patch b/patches/01_fix-library-version-info.patch
new file mode 100644
index 0000000..eee2108
--- /dev/null
+++ b/patches/01_fix-library-version-info.patch
@@ -0,0 +1,15 @@
+Author: "P. J. McDermott" <pj@pehjota.net>
+Subject: Fix library version info
+
+diff -Naur src.orig/makefile.shared src/makefile.shared
+--- src.orig/makefile.shared 2010-07-23 10:27:20.000000000 -0400
++++ src/makefile.shared 2014-08-02 11:05:59.049453299 -0400
+@@ -1,7 +1,7 @@
+ #Makefile for GCC
+ #
+ #Tom St Denis
+-VERSION=0:41
++VERSION=0:42
+
+ CC = libtool --mode=compile --tag=CC gcc
+