You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-emulation/simh/files/simh-3.8.1-makefile.patch

12 lines
402 B

--- makefile.orig 2010-09-07 15:05:01.000000000 -0400
+++ makefile 2010-09-07 15:05:19.000000000 -0400
@@ -15,7 +15,7 @@
CC = gcc -std=c99 -U__STRICT_ANSI__ -g $(OS_CCDEFS) -I .
ifeq ($(USE_NETWORK),)
else
- NETWORK_OPT = -DUSE_NETWORK -isystem /usr/local/include /usr/local/lib/libpcap.a
+ NETWORK_OPT = -DUSE_NETWORK -DNEED_PCAP_SENDPACKET -lpcap
endif
else
#Win32 Environments