Changeset 81126
- Timestamp:
- 07/25/11 16:42:29 (4 years ago)
- Location:
- trunk/dports/audio/faust
- Files:
-
- 2 edited
-
Portfile (modified) (3 diffs)
-
files/patch-prefix.diff (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/audio/faust/Portfile
r74772 r81126 5 5 6 6 name faust 7 version 0.9. 307 version 0.9.43 8 8 categories audio lang 9 9 platforms darwin … … 19 19 and plugins. 20 20 21 checksums sha1 b8c96e65d081b4ea94fadc1a71b3db2262ee3a9c\22 rmd160 3ca726396d16c1e17be87c82f42915db0d85e59f21 checksums sha1 6591357eb48ff67dfd9b2fbbc10f3e59d2b9e1f0 \ 22 rmd160 f98cb39f1a141240dc92bb75b68fbd7599d407aa 23 23 24 24 patchfiles-append patch-prefix.diff … … 36 36 use_configure no 37 37 38 variant universal {} 39 if {[variant_isset universal]} { 40 set archflags ${configure.universal_cxxflags} 41 } else { 42 set archflags ${configure.cxx_archflags} 43 } 44 38 45 build.args-append prefix=${prefix} \ 39 CXX= ${configure.cxx}46 CXX="${configure.cxx} ${archflags}" 40 47 41 48 destroot.destdir prefix=${destroot}${prefix} -
trunk/dports/audio/faust/files/patch-prefix.diff
r67147 r81126 1 --- compiler/parser/enrobage.cpp.orig 201 0-03-26 01:47:05.000000000 -05002 +++ compiler/parser/enrobage.cpp 201 0-04-30 03:22:04.000000000 -05003 @@ -1 10,12 +110,6 @@1 --- compiler/parser/enrobage.cpp.orig 2011-07-21 11:02:24.000000000 -0500 2 +++ compiler/parser/enrobage.cpp 2011-07-25 18:13:35.000000000 -0500 3 @@ -198,12 +198,6 @@ 4 4 f->open(filename); 5 5 if (f->good()) return f; else delete f; … … 14 14 return 0; 15 15 } 16 @@ - 292,9 +286,6 @@16 @@ -387,9 +381,6 @@ 17 17 if ((f = fopenat(fullpath, "/usr/local/lib/faust", filename))) { 18 18 return f;
Note: See TracChangeset
for help on using the changeset viewer.

