summaryrefslogtreecommitdiff
path: root/emulators/simh/files/patch-makefile
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/simh/files/patch-makefile')
-rw-r--r--emulators/simh/files/patch-makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/emulators/simh/files/patch-makefile b/emulators/simh/files/patch-makefile
index 66343f2b6806..cf2ad70c1a2e 100644
--- a/emulators/simh/files/patch-makefile
+++ b/emulators/simh/files/patch-makefile
@@ -1,6 +1,6 @@
--- makefile.orig 2008-06-06 15:00:46.000000000 +0200
-+++ makefile 2008-07-22 23:16:54.000000000 +0200
-@@ -9,10 +9,10 @@
++++ makefile 2009-01-12 21:12:48.000000000 +0100
+@@ -9,13 +9,13 @@
ifneq (,$(findstring darwin,$(OSTYPE)))
OS_CCDEFS = -D_GNU_SOURCE
else
@@ -12,4 +12,8 @@
+ CC += ${CFLAGS} $(OS_CCDEFS) -I .
ifeq ($(USE_NETWORK),)
else
- NETWORK_OPT = -DUSE_NETWORK -isystem /usr/local/include /usr/local/lib/libpcap.a
+- NETWORK_OPT = -DUSE_NETWORK -isystem /usr/local/include /usr/local/lib/libpcap.a
++ NETWORK_OPT = -DUSE_NETWORK -lpcap
+ endif
+ else
+ #Win32 Environments