summaryrefslogtreecommitdiff
path: root/emulators/mame/patches/patch-3rdparty_genie_build_gmake.solaris_genie.make
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/mame/patches/patch-3rdparty_genie_build_gmake.solaris_genie.make')
-rw-r--r--emulators/mame/patches/patch-3rdparty_genie_build_gmake.solaris_genie.make34
1 files changed, 34 insertions, 0 deletions
diff --git a/emulators/mame/patches/patch-3rdparty_genie_build_gmake.solaris_genie.make b/emulators/mame/patches/patch-3rdparty_genie_build_gmake.solaris_genie.make
new file mode 100644
index 00000000000..28fbd900992
--- /dev/null
+++ b/emulators/mame/patches/patch-3rdparty_genie_build_gmake.solaris_genie.make
@@ -0,0 +1,34 @@
+$NetBSD: patch-3rdparty_genie_build_gmake.solaris_genie.make,v 1.1 2015/11/13 14:11:49 wiz Exp $
+
+Remove reference to non-existing file.
+https://github.com/mamedev/mame/pull/464
+
+--- 3rdparty/genie/build/gmake.solaris/genie.make.orig 2015-10-28 07:06:12.000000000 +0000
++++ 3rdparty/genie/build/gmake.solaris/genie.make
+@@ -56,7 +56,6 @@ ifeq ($(config),release)
+ $(OBJDIR)/src/host/os_chdir.o \
+ $(OBJDIR)/src/host/os_copyfile.o \
+ $(OBJDIR)/src/host/os_getcwd.o \
+- $(OBJDIR)/src/host/os_getversion.o \
+ $(OBJDIR)/src/host/os_is64bit.o \
+ $(OBJDIR)/src/host/os_isdir.o \
+ $(OBJDIR)/src/host/os_isfile.o \
+@@ -134,7 +133,6 @@ ifeq ($(config),debug)
+ $(OBJDIR)/src/host/os_chdir.o \
+ $(OBJDIR)/src/host/os_copyfile.o \
+ $(OBJDIR)/src/host/os_getcwd.o \
+- $(OBJDIR)/src/host/os_getversion.o \
+ $(OBJDIR)/src/host/os_is64bit.o \
+ $(OBJDIR)/src/host/os_isdir.o \
+ $(OBJDIR)/src/host/os_isfile.o \
+@@ -252,10 +250,6 @@ $(OBJDIR)/src/host/os_getcwd.o: ../../sr
+ @echo $(notdir $<)
+ $(SILENT) $(CC) $(ALL_CFLAGS) $(FORCE_INCLUDE) -o "$@" -MF $(@:%.o=%.d) -c "$<"
+
+-$(OBJDIR)/src/host/os_getversion.o: ../../src/host/os_getversion.c
+- @echo $(notdir $<)
+- $(SILENT) $(CC) $(ALL_CFLAGS) $(FORCE_INCLUDE) -o "$@" -MF $(@:%.o=%.d) -c "$<"
+-
+ $(OBJDIR)/src/host/os_is64bit.o: ../../src/host/os_is64bit.c
+ @echo $(notdir $<)
+ $(SILENT) $(CC) $(ALL_CFLAGS) $(FORCE_INCLUDE) -o "$@" -MF $(@:%.o=%.d) -c "$<"