diff -Nru /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/lang/f2c/Portfile f2c/Portfile
old
|
new
|
|
23 | 23 | distname src |
24 | 24 | extract.suffix .tgz |
25 | 25 | |
| 26 | patchfiles patch-makefile.u.diff |
| 27 | |
26 | 28 | depends_run port:libf2c |
27 | 29 | |
28 | 30 | use_configure no |
… |
… |
|
31 | 33 | |
32 | 34 | build.args -f makefile.u \ |
33 | 35 | CC="${configure.cc} [get_canonical_archflags cc]" \ |
34 | | CFLAGS="${configure.cflags}" |
| 36 | CFLAGS="${configure.cflags} -w" |
35 | 37 | |
36 | 38 | destroot { |
37 | 39 | xinstall ${worksrcpath}/f2c ${destroot}${prefix}/bin |
diff -Nru /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/lang/f2c/files/patch-makefile.u.diff f2c/files/patch-makefile.u.diff
old
|
new
|
|
| 1 | --- makefile.u.orig 2020-09-28 21:19:04.000000000 +0930 |
| 2 | +++ makefile.u 2020-09-28 21:20:04.000000000 +0930 |
| 3 | @@ -24,7 +24,7 @@ |
| 4 | |
| 5 | OBJECTS = $(OBJECTSd) $(MALLOC) |
| 6 | |
| 7 | -all: xsum.out f2c |
| 8 | +all: f2c |
| 9 | |
| 10 | f2c: $(OBJECTS) |
| 11 | $(CC) $(LDFLAGS) $(OBJECTS) -o f2c |