Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 305523 | Differences between
and this patch

Collapse All | Expand All

(-)makefile.orig (-1 / +1 lines)
Lines 15-21 Link Here
15
  CC = gcc -std=c99 -U__STRICT_ANSI__ -g $(OS_CCDEFS) -I .
15
  CC = gcc -std=c99 -U__STRICT_ANSI__ -g $(OS_CCDEFS) -I .
16
  ifeq ($(USE_NETWORK),)
16
  ifeq ($(USE_NETWORK),)
17
  else
17
  else
18
    NETWORK_OPT = -DUSE_NETWORK -isystem /usr/local/include /usr/local/lib/libpcap.a
18
    NETWORK_OPT = -DUSE_NETWORK -DNEED_PCAP_SENDPACKET -lpcap
19
  endif
19
  endif
20
else
20
else
21
  #Win32 Environments
21
  #Win32 Environments

Return to bug 305523