summaryrefslogtreecommitdiff
path: root/emulators/ROMBuild/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/ROMBuild/patches/patch-aa')
-rw-r--r--emulators/ROMBuild/patches/patch-aa47
1 files changed, 47 insertions, 0 deletions
diff --git a/emulators/ROMBuild/patches/patch-aa b/emulators/ROMBuild/patches/patch-aa
new file mode 100644
index 00000000000..ab0ccf007e2
--- /dev/null
+++ b/emulators/ROMBuild/patches/patch-aa
@@ -0,0 +1,47 @@
+$NetBSD: patch-aa,v 1.1.1.1 2005/03/04 12:05:13 wiz Exp $
+
+--- makefile.orig 2004-07-01 16:25:18.000000000 +0200
++++ makefile
+@@ -3,7 +3,7 @@
+ #
+
+ NAME=rombuild
+-EXT=.exe
++EXT=
+ EXE=$(NAME)$(EXT)
+
+ SRC=src
+@@ -11,19 +11,17 @@ OBJ=obj
+
+ OBJDIRS=$(OBJ)
+
+-OBJS= $(DLOBJ)/misc/getopt.o \
+- $(DLOBJ)/mame/unzip.o \
+- $(DLOBJ)/mame/msdos/msdos.o \
+- $(OBJ)/$(NAME).o \
++OBJS= $(OBJ)/$(NAME).o \
+ $(OBJ)/rominfo.o
+
+ #
+ # Build the obj tree then build the EXE
+ #
+
+-all: dlmaketree maketree $(EXE)
++all: maketree $(EXE)
+
+-include $(LOGIQX)/dev/datlib/makefile
++DLSRC= $(PREFIX)/include/DatLib
++CFLAGS+= -I src -I $(PREFIX)/include
+
+ #
+ # Creating obj directory tree
+@@ -52,8 +50,7 @@ $(OBJ)/rominfo.o: $(SRC)/rominfo.c $(SRC
+
+ $(EXE): $(OBJS)
+ @echo Linking $@...
+- $(LD) $(OBJS) $(LIBS) -o $@
+- $(UPX) $@
++ $(CC) $(OBJS) $(LIBS) -o $@ -ldatlib -lm -lz
+
+ #
+ # Complete removal of built objects