summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrzej Augustynowicz2004-07-29 15:02:55 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit80a09b9e008ecc57d86cac59d09b9c556f65fa87 (patch)
treecc295e3e5798aaacfe17c74f143ab5dde718f929
parentbb31478d0fb6287f7a58e06b0380e2a40836e327 (diff)
downloadupdatedd-80a09b9e008ecc57d86cac59d09b9c556f65fa87.zip
updatedd-80a09b9e008ecc57d86cac59d09b9c556f65fa87.tar.gz
- fix build on amd64
Changed files: updatedd-amd64.patch -> 1.1
-rw-r--r--updatedd-amd64.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/updatedd-amd64.patch b/updatedd-amd64.patch
new file mode 100644
index 0000000..37a9eb3
--- /dev/null
+++ b/updatedd-amd64.patch
@@ -0,0 +1,14 @@
+diff -Nur old/libexception_handle/Makefile.in new/libexception_handle/Makefile.in
+--- old/libexception_handle/Makefile.in 2004-05-04 11:56:34.000000000 +0000
++++ new/libexception_handle/Makefile.in 2004-07-29 14:55:15.000000000 +0000
+@@ -16,8 +16,8 @@
+ # along with this program; if not, write to the Free Software
+ # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+
+-libdir = /usr/local/lib
+-CC = gcc
++libdir = @libdir@
++CC = @CC@
+ AR = ar
+ MARCH = $(shell uname -m)
+ WCFLAGS = -Wall -Wstrict-prototypes -Wno-trigraphs -pedantic