diff options
author | Ryan Phillips <rphillips@gentoo.org> | 2005-08-27 20:59:39 +0000 |
---|---|---|
committer | Ryan Phillips <rphillips@gentoo.org> | 2005-08-27 20:59:39 +0000 |
commit | e2d91998930d1cb0990fa6eccd9a01cfa1337d98 (patch) | |
tree | d7e1b403d0be408e0abc4046797478442b9e8eb2 /app-emulation/simh/files | |
parent | Version bump. (diff) | |
download | gentoo-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.0 | 1 | ||||
-rw-r--r-- | app-emulation/simh/files/makefile.patch | 11 |
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 |