diff options
Diffstat (limited to 'emulators/qemu-devel/files/patch-Makefile')
-rw-r--r-- | emulators/qemu-devel/files/patch-Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/emulators/qemu-devel/files/patch-Makefile b/emulators/qemu-devel/files/patch-Makefile new file mode 100644 index 000000000000..1dfcc6d21caf --- /dev/null +++ b/emulators/qemu-devel/files/patch-Makefile @@ -0,0 +1,11 @@ +Index: qemu/Makefile +@@ -28,7 +28,8 @@ + ifndef CONFIG_DARWIN + ifndef CONFIG_WIN32 + ifndef CONFIG_SOLARIS +-LIBS+=-lrt ++# XXX need ifndef CONFIG_BSD ++# LIBS+=-lrt + endif + endif + endif |