diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-03-25 13:38:32 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-03-25 13:38:32 +0000 |
commit | 2ed06f6cc88f0288342bc67f4ae5bfb63d74eee9 (patch) | |
tree | 171fc4ff7d56dd587118a2c6f318f9e2c89b11c2 /palm/romeo/files | |
parent | b852e5e08ec179bc3d653f96e50495e938792658 (diff) |
Notes
Diffstat (limited to 'palm/romeo/files')
-rw-r--r-- | palm/romeo/files/patch-Makefile | 8 | ||||
-rw-r--r-- | palm/romeo/files/patch-types.h | 11 |
2 files changed, 19 insertions, 0 deletions
diff --git a/palm/romeo/files/patch-Makefile b/palm/romeo/files/patch-Makefile new file mode 100644 index 000000000000..3453e5182353 --- /dev/null +++ b/palm/romeo/files/patch-Makefile @@ -0,0 +1,8 @@ +--- Makefile.orig Sun Mar 25 21:30:01 2001 ++++ Makefile Sun Mar 25 21:30:12 2001 +@@ -1,5 +1,3 @@ +-CC = gcc +-CFLAGS = -Wall -g + LDFLAGS = -L. -lromeo + AR = ar crv + diff --git a/palm/romeo/files/patch-types.h b/palm/romeo/files/patch-types.h new file mode 100644 index 000000000000..a03999649a27 --- /dev/null +++ b/palm/romeo/files/patch-types.h @@ -0,0 +1,11 @@ +--- types.h.orig Sun Mar 25 21:29:19 2001 ++++ types.h Sun Mar 25 21:29:29 2001 +@@ -4,7 +4,7 @@ + /******************************************************************** + * Elementary data types + ********************************************************************/ +-#include <endian.h> ++#include <machine/endian.h> + + #define CPU_ENDIAN_LITTLE __LITTLE_ENDIAN + #define CPU_ENDIAN_BIG __BIG_ENDIAN |