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
commit87ba713aea303e5850a070a569f4651ca08de7d9 (patch)
treef5943d775665d8645f009bf3f3d2816ba93ac860 /app-emulation/simh/files
parentVersion bump. (diff)
downloadhistorical-87ba713aea303e5850a070a569f4651ca08de7d9.tar.gz
historical-87ba713aea303e5850a070a569f4651ca08de7d9.tar.bz2
historical-87ba713aea303e5850a070a569f4651ca08de7d9.zip
new package
Package-Manager: portage-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