~ubuntu-branches/ubuntu/precise/puredata/precise

« back to all changes in this revision

Viewing changes to debian/patches/01_remove_compilationflag.patch

  • Committer: Bazaar Package Importer
  • Author(s): Guenter Geiger (Debian/GNU)
  • Date: 2006-11-17 12:01:24 UTC
  • mfrom: (1.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20061117120124-aayi7zymm7pb3rag
Tags: 0.40.2-1
New upstream version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
diff -ruN pd-0.40-2-old/extra/expr~/makefile pd-0.40-2/extra/expr~/makefile
 
2
--- pd-0.40-2-old/extra/expr~/makefile  2006-09-25 06:19:11.000000000 +0200
 
3
+++ pd-0.40-2/extra/expr~/makefile      2006-11-21 11:25:14.000000000 +0100
 
4
@@ -77,7 +77,7 @@
 
5
 LINUXOBJ =  vexp.pd_linux_o vexp_fun.pd_linux_o vexp_if.pd_linux_o
 
6
 .SUFFIXES: .pd_linux_o
 
7
 
 
8
-LINUXCFLAGS = -DPD -O2 -funroll-loops -fomit-frame-pointer -fPIC -m32 \
 
9
+LINUXCFLAGS = -DPD -O2 -funroll-loops -fomit-frame-pointer -fPIC \
 
10
     -Wall -W -Wshadow -Wstrict-prototypes \
 
11
     -Wno-unused -Wno-parentheses -Wno-switch 
 
12
 
 
13
diff -ruN pd-0.40-2-old/extra/makefile pd-0.40-2/extra/makefile
 
14
--- pd-0.40-2-old/extra/makefile        2006-09-25 06:17:22.000000000 +0200
 
15
+++ pd-0.40-2/extra/makefile    2006-11-21 11:24:34.000000000 +0100
 
16
@@ -57,7 +57,7 @@
 
17
 
 
18
 .SUFFIXES: .pd_linux
 
19
 
 
20
-LINUXCFLAGS = -DPD -O2 -funroll-loops -fomit-frame-pointer -fPIC -m32 \
 
21
+LINUXCFLAGS = -DPD -O2 -funroll-loops -fomit-frame-pointer -fPIC \
 
22
     -Wall -W -Wshadow -Wstrict-prototypes \
 
23
     -Wno-unused -Wno-parentheses -Wno-switch $(CFLAGS)
 
24