summaryrefslogtreecommitdiff
path: root/packages/pcmciautils/pcmciautils-015/version_workaround.patch
diff options
context:
space:
mode:
authorHenning Heinold <heinold@inf.fu-berlin.de>2008-09-20 20:39:36 +0000
committerHenning Heinold <heinold@inf.fu-berlin.de>2008-09-20 20:39:36 +0000
commita22e117f3963f19a4bcfb17f80eefc6c9f640285 (patch)
treeef2036ed5a4fdaeffba7ddcb8ddb645eb18cefd7 /packages/pcmciautils/pcmciautils-015/version_workaround.patch
parentd463407afaeaafa4ecae7f17437a8fcc2a06b258 (diff)
pcmcia-utils: update to version 0.15
* add new ccdv.patch for fixing parallel build taken from the git-repository
Diffstat (limited to 'packages/pcmciautils/pcmciautils-015/version_workaround.patch')
-rw-r--r--packages/pcmciautils/pcmciautils-015/version_workaround.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/packages/pcmciautils/pcmciautils-015/version_workaround.patch b/packages/pcmciautils/pcmciautils-015/version_workaround.patch
new file mode 100644
index 0000000000..962aa4e246
--- /dev/null
+++ b/packages/pcmciautils/pcmciautils-015/version_workaround.patch
@@ -0,0 +1,16 @@
+PCMCIAUTILS_VERSION is specified on the commandline but doesn't compile properly
+under arm gcc 3.4.x so we work around it.
+
+Index: pcmciautils-013/src/pccardctl.c
+===================================================================
+--- pcmciautils-013.orig/src/pccardctl.c 2006-03-26 11:56:41.000000000 +0100
++++ pcmciautils-013/src/pccardctl.c 2006-05-09 22:11:09.000000000 +0100
+@@ -350,7 +350,7 @@
+ }
+
+ static void print_header(void) {
+- printf("pcmciautils %s\n", PCMCIAUTILS_VERSION);
++ printf("pcmciautils 014\n");
+ printf("Copyright (C) 2004-2005 Dominik Brodowski, (C) 1999 David A. Hinds\n");
+ printf("Report errors and bugs to <linux-pcmcia@lists.infradead.org>, please.\n");
+ }