diff options
author | John Marino <marino@FreeBSD.org> | 2014-08-14 20:57:30 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-08-14 20:57:30 +0000 |
commit | b01a2929fe278062eb8d003e918bf02e8386dd74 (patch) | |
tree | 36c26064e4c634ec135e0772574293fce6d056d6 /textproc/domc/files/patch-src_defines.h | |
parent | sysutils/LPRng: previous update broke config file locations, so fix them (diff) |
Stage textproc/domc and unbreak on sparc64, amd64
PR: 181736
Submitted by: Jan Beich
Notes
Notes:
svn path=/head/; revision=364867
Diffstat (limited to 'textproc/domc/files/patch-src_defines.h')
-rw-r--r-- | textproc/domc/files/patch-src_defines.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/domc/files/patch-src_defines.h b/textproc/domc/files/patch-src_defines.h new file mode 100644 index 000000000000..223a6be82cb3 --- /dev/null +++ b/textproc/domc/files/patch-src_defines.h @@ -0,0 +1,11 @@ +--- src/defines.h~ ++++ src/defines.h +@@ -1,7 +1,7 @@ + #ifndef DEFINES_H + #define DEFINES_H + +-#if defined(__sparc__) ++#if 0 //defined(__sparc__) + + #define NL "\n" + #define HAVE_ENCDEC 0 |