aboutsummaryrefslogtreecommitdiff
path: root/emulators/qemu-devel/files/patch-bg
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/qemu-devel/files/patch-bg')
-rw-r--r--emulators/qemu-devel/files/patch-bg24
1 files changed, 0 insertions, 24 deletions
diff --git a/emulators/qemu-devel/files/patch-bg b/emulators/qemu-devel/files/patch-bg
deleted file mode 100644
index d93e26741ce8..000000000000
--- a/emulators/qemu-devel/files/patch-bg
+++ /dev/null
@@ -1,24 +0,0 @@
-Index: qemu/Makefile.target
-@@ -179,7 +179,7 @@
-
- #########################################################
-
--CPPFLAGS+=-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
-+CPPFLAGS+=-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DSMBD_COMMAND=\"${LOCALBASE}/sbin/smbd\" -I${LOCALBASE}/include
- LIBS+=-lm
- ifndef CONFIG_USER_ONLY
- LIBS+=-lz
-Index: qemu/vl.c
-@@ -89,10 +89,12 @@
- #include "exec-all.h"
-
- #define DEFAULT_NETWORK_SCRIPT "/etc/qemu-ifup"
-+#ifndef SMBD_COMMAND
- #ifdef __sun__
- #define SMBD_COMMAND "/usr/sfw/sbin/smbd"
- #else
- #define SMBD_COMMAND "/usr/sbin/smbd"
-+#endif
- #endif
-
- //#define DEBUG_UNUSED_IOPORT