pkgsrc/emulators/ROMBuild/patches/patch-ab
wiz 188fde5d60 Automatically convert all files to unix line endings by extracting, and
remove DOS line endings from patches too. Improves probability of
compilation on gcc2 systems.
2005-03-14 16:20:58 +00:00

21 lines
484 B
Text

$NetBSD: patch-ab,v 1.2 2005/03/14 16:20:58 wiz Exp $
--- src/rombuild.c.orig 2005-01-30 12:19:54.000000000 +0100
+++ src/rombuild.c
@@ -23,13 +23,13 @@
/* --- Dat library includes --- */
-#include "datlib/src/macro.h"
+#include "DatLib/macro.h"
/* --- Misc library includes --- */
-#include "datlib/src/misc/getopt.h"
-#include "datlib/src/mame/unzip.h"
+#include "DatLib/misc/getopt.h"
+#include "DatLib/mame/unzip.h"
/* --- ROMBuild definitions and macros --- */