Changes between Initial Version and Version 1 of Ticket #40763, comment 9
- Timestamp:
- Feb 9, 2014, 7:38:47 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #40763, comment 9
initial v1 10 10 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_net_net_hping3/hping3/work/Makefile 11 11 and change line 12 {{{ 12 13 CCOPT= -O2 -Wall -DUSE_TCL 14 }}} 13 15 to 16 {{{ 14 17 CCOPT= -O2 -Wall -DUSE_TCL -D_FORTIFY_SOURCE=0 18 }}} 15 19 16 20 That works for me.