summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emulation/simh/files/makefile.patch')
-rw-r--r--app-emulation/simh/files/makefile.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/app-emulation/simh/files/makefile.patch b/app-emulation/simh/files/makefile.patch
deleted file mode 100644
index 15cd4406a17e..000000000000
--- a/app-emulation/simh/files/makefile.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- simh/makefile 2004-12-09 15:37:34.823634965 +0000
-+++ simh.new/makefile 2004-12-09 15:38:34.401562833 +0000
-@@ -13,7 +13,7 @@
- CC = gcc -std=c99 -O2 -g -lm $(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