summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Phillips <rphillips@gentoo.org>2005-08-27 20:59:39 +0000
committerRyan Phillips <rphillips@gentoo.org>2005-08-27 20:59:39 +0000
commite2d91998930d1cb0990fa6eccd9a01cfa1337d98 (patch)
treed7e1b403d0be408e0abc4046797478442b9e8eb2 /app-emulation/simh/files
parentVersion bump. (diff)
downloadgentoo-2-e2d91998930d1cb0990fa6eccd9a01cfa1337d98.tar.gz
gentoo-2-e2d91998930d1cb0990fa6eccd9a01cfa1337d98.tar.bz2
gentoo-2-e2d91998930d1cb0990fa6eccd9a01cfa1337d98.zip
new package
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'app-emulation/simh/files')
-rw-r--r--app-emulation/simh/files/digest-simh-3.3.01
-rw-r--r--app-emulation/simh/files/makefile.patch11
2 files changed, 12 insertions, 0 deletions
diff --git a/app-emulation/simh/files/digest-simh-3.3.0 b/app-emulation/simh/files/digest-simh-3.3.0
new file mode 100644
index 000000000000..d378ff063629
--- /dev/null
+++ b/app-emulation/simh/files/digest-simh-3.3.0
@@ -0,0 +1 @@
+MD5 a8262f17ddd24e63bfdf04e3e9fc442b simhv33-0.zip 2153444
diff --git a/app-emulation/simh/files/makefile.patch b/app-emulation/simh/files/makefile.patch
new file mode 100644
index 000000000000..15cd4406a17e
--- /dev/null
+++ b/app-emulation/simh/files/makefile.patch
@@ -0,0 +1,11 @@
+--- 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