summaryrefslogtreecommitdiff
path: root/emulators/makeppf/patches
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2007-03-18 20:01:28 +0000
committerwiz <wiz@pkgsrc.org>2007-03-18 20:01:28 +0000
commitdd6e45a276c4b510cb0c004ac6c4449959b148ec (patch)
tree4f6f9fa3e0f39f91df5f39a28d2b98256157e276 /emulators/makeppf/patches
parent47513988d62d8c94a385bf2eb7a46d6ddb73f346 (diff)
downloadpkgsrc-dd6e45a276c4b510cb0c004ac6c4449959b148ec.tar.gz
Initial import of makeppf-3.0:
PPF (PlayStation Patch File) is a tool dedicated to all PlayStation coders and developers out there who are creating PAL/NTSC patches, trainer options and even cracks for your favourite console system. With the files in the PPF package you are in the position to make patchfiles similar to IPS on SuperNES. This package contains a tool to create PPF patches.
Diffstat (limited to 'emulators/makeppf/patches')
-rw-r--r--emulators/makeppf/patches/patch-aa22
1 files changed, 22 insertions, 0 deletions
diff --git a/emulators/makeppf/patches/patch-aa b/emulators/makeppf/patches/patch-aa
new file mode 100644
index 00000000000..439ab2b130f
--- /dev/null
+++ b/emulators/makeppf/patches/patch-aa
@@ -0,0 +1,22 @@
+$NetBSD: patch-aa,v 1.1.1.1 2007/03/18 20:01:28 wiz Exp $
+
+--- makeppf3_linux.c.orig 2001-11-26 16:48:30.000000000 +0000
++++ makeppf3_linux.c
+@@ -20,7 +20,7 @@
+ #include <sys/types.h>
+ #include <sys/stat.h>
+
+-#if defined(__APPLE__) || defined (MACOSX)
++#if !defined(__linux__)
+
+ //////////////////////////////////////////////////////////////////////
+ // fseeko is already 64 bit for Darwin/MacOS X!
+@@ -40,7 +40,7 @@
+
+ typedef off_t __off64_t;
+
+-#endif /* __APPLE__ || MACOSX */
++#endif /* __linux__ */
+
+ //////////////////////////////////////////////////////////////////////
+ // Macros for little to big Endian conversion.