mirror of
https://git.freebsd.org/ports.git
synced 2025-05-14 00:01:52 -04:00
11 lines
187 B
C
11 lines
187 B
C
--- 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
|