ports/lang/ccl/files/patch-lisp-kernel_freebsdx8632_Makefile
Jimmy Olgeni f3f4950b20 Upgrade lang/ccl to version 1.11.
- Add LICENSE
- Do not mute install commands
- Regenerate patch-lisp-kernel_memory.c to make portlint happy
- Fix whitespace in pkg-message (portlint)
2015-11-07 14:29:36 +00:00

11 lines
487 B
Text

--- lisp-kernel/freebsdx8632/Makefile.orig 2015-11-06 20:10:03 UTC
+++ lisp-kernel/freebsdx8632/Makefile
@@ -21,7 +21,7 @@ AS = as
M4 = m4
ASFLAGS = --32
M4FLAGS = -DFREEBSD -DX86 -DX8632 -DHAVE_TLS
-CDEFINES = -DFREEBSD -D_REENTRANT -DX86 -DX8632 -D_GNU_SOURCE -DHAVE_TLS -DSVN_REVISION=$(SVN_REVISION)
+CDEFINES = -DFREEBSD -D_REENTRANT -DX86 -DX8632 -D_GNU_SOURCE -DHAVE_TLS
CDEBUG = -g
COPT = #-O2
# Once in a while, -Wformat says something useful. The odds are against that,