Ticket #26555: patch-Portfile
File patch-Portfile, 451 bytes (added by jon.hermansen@…, 14 years ago) |
---|
Line | |
---|---|
1 | --- /opt/local/var/macports/sources/rsync.macports.org/release/ports/sysutils/watch/Portfile 2009-09-30 03:31:01.000000000 -0700 |
2 | +++ /Users/jhermansen/.ports/sysutils/watch/Portfile 2010-09-20 15:42:44.000000000 -0700 |
3 | @@ -24,7 +24,7 @@ use_configure no |
4 | depends_lib port:ncurses |
5 | |
6 | build.target watch |
7 | -build.args CC=${configure.cc} \ |
8 | +build.args CC="${configure.cc} ${configure.cc_archflags}" \ |
9 | LDFLAGS="${configure.ldflags}" \ |
10 | PKG_LDFLAGS="" |
11 |