summaryrefslogtreecommitdiff
path: root/recipes/realpath/files/makefile.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/realpath/files/makefile.patch')
-rw-r--r--recipes/realpath/files/makefile.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/realpath/files/makefile.patch b/recipes/realpath/files/makefile.patch
new file mode 100644
index 0000000000..d97ba59778
--- /dev/null
+++ b/recipes/realpath/files/makefile.patch
@@ -0,0 +1,12 @@
+diff -urN realpath-1.10.orig/Makefile realpath-1.10/Makefile
+--- realpath-1.10.orig/Makefile 2009-07-28 16:04:11.000000000 +0100
++++ realpath-1.10/Makefile 2009-07-28 16:08:44.000000000 +0100
+@@ -3,7 +3,7 @@
+ # "@(#)realpath:$Id: Makefile,v 1.30 2006-05-07 19:41:41 robert Exp $"
+ #
+
+-VERSION = $(shell dpkg-parsechangelog | sed -ne 's/^Version: *//p')
++#VERSION = $(shell dpkg-parsechangelog | sed -ne 's/^Version: *//p')
+
+ CC = gcc
+ CFLAGS = -Wall -Wstrict-prototypes -Wmissing-prototypes -DVERSION='"$(VERSION)"'