openbsd-ports/emulators/x48/patches/patch-config_h
naddy c68cd641fb * use "signed char" where a signed char is required
* fgetc() returns int
* don't override system defaults for compiler and optimization
* clean up patches
* md5 -> distinfo
2002-02-21 01:04:22 +00:00

19 lines
408 B
Plaintext

$OpenBSD: patch-config_h,v 1.1 2002/02/21 01:04:22 naddy Exp $
--- config.h.orig Thu Feb 21 01:58:46 2002
+++ config.h Thu Feb 21 01:59:08 2002
@@ -56,12 +56,12 @@
/*
* Which Compiler to use:
*/
-#define CC_DEF gcc
+/* #define CC_DEF gcc */
/*
* Which Optimization Flags:
*/
-#define CDEBUGFLAGS_DEF -O6 -Wall
+/* #define CDEBUGFLAGS_DEF -O6 -Wall */
/*
* Which Flags to pass to the Linker: