Ticket #26555: watch.diff
File watch.diff, 724 bytes (added by ryandesign (Ryan Carsten Schmidt), 14 years ago) |
---|
-
Portfile
3 3 PortSystem 1.0 4 4 name watch 5 5 version 3.2.8 6 revision 1 6 7 categories sysutils 7 8 maintainers yahoo.com:mjhsieh 8 9 description watch executes a program periodically, showing output fullscreen … … 23 24 24 25 depends_lib port:ncurses 25 26 27 variant universal {} 28 if {[variant_isset universal]} { 29 set archflags ${configure.universal_cflags} 30 } else { 31 set archflags ${configure.cc_archflags} 32 } 33 26 34 build.target watch 27 build.args CC= ${configure.cc}\35 build.args CC="${configure.cc} ${archflags}" \ 28 36 LDFLAGS="${configure.ldflags}" \ 29 37 PKG_LDFLAGS="" 30 38