View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002174 | ardour | bugs | public | 2008-04-03 22:01 | 2020-04-19 20:13 |
| Reporter | gothicx | Assigned To | paul | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Product Version | 2.1 | ||||
| Summary | 0002174: Patch to fix DARCH detection... | ||||
| Description | It's used in Debian package.. but not fixed yet in latest ardour version. | ||||
| Tags | No tags attached. | ||||
|
2008-04-03 22:01
|
70_DARCH.patch (457 bytes)
--- a/SConstruct.orig 2007-07-03 22:14:08.000000000 +0200
+++ b/SConstruct 2007-07-03 22:12:40.000000000 +0200
@@ -692,8 +692,9 @@
build_host_supports_sse = 0
- debug_flags.append ("-DARCH_X86")
- opt_flags.append ("-DARCH_X86")
+ if (re.search ("i[0-9]86", config[config_cpu]) != None):
+ debug_flags.append ("-DARCH_X86")
+ opt_flags.append ("-DARCH_X86")
if config[config_kernel] == 'linux' :
|
|
|
applied and soon to be committed |
|
|
Issue has been closed automatically, by Trigger Close Plugin. Feel free to re-open with additional information if you think the issue is not resolved. |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2008-04-03 22:01 | gothicx | New Issue | |
| 2008-04-03 22:01 | gothicx | File Added: 70_DARCH.patch | |
| 2008-04-17 06:04 | paul | Status | new => resolved |
| 2008-04-17 06:04 | paul | Resolution | open => fixed |
| 2008-04-17 06:04 | paul | Assigned To | => paul |
| 2008-04-17 06:04 | paul | Note Added: 0004867 | |
| 2020-04-19 20:13 | system | Note Added: 0021687 | |
| 2020-04-19 20:13 | system | Status | resolved => closed |