d23f1df8b3
as well as experimental C extension support, and many other significant new features. Bump required memory to 384MB, should fix occassional memory errors when building. Use the jruby-complete.jar instead of the jruby.jar, seems to be necessary for C extension support to work correctly. RSpec is no longer bundled. Additionally, the extra 1.5.3 distfile is no longer needed as the changes have been included upstream. OK landry@
20 lines
627 B
Plaintext
20 lines
627 B
Plaintext
$OpenBSD: patch-tool_nailgun_Makefile_in,v 1.2 2011/03/18 23:01:22 jeremy Exp $
|
|
--- tool/nailgun/Makefile.in.orig Tue Feb 8 09:30:25 2011
|
|
+++ tool/nailgun/Makefile.in Tue Feb 8 11:24:22 2011
|
|
@@ -2,7 +2,7 @@ SRC = src/c/ng.c
|
|
CC = @CC@
|
|
WIN32_CC = /usr/local/mingw32/bin/mingw32-gcc
|
|
|
|
-CFLAGS = @CFLAGS@ @LIBS@ -s -O3
|
|
+CFLAGS = @CFLAGS@ @LIBS@ -s
|
|
|
|
ng: Makefile $(SRC)
|
|
@echo "Building ng client. To build a Windows binary, type 'make ng.exe'"
|
|
@@ -20,4 +20,4 @@ clean:
|
|
rm -rf ng ng.dSYM config.status config.log Makefile
|
|
# rm ng.exe
|
|
|
|
-Makefile: Makefile.in
|
|
\ No newline at end of file
|
|
+Makefile: Makefile.in
|