openbsd-ports/lang/jruby/patches/patch-tool_nailgun_Makefile_in
jeremy b53b55b831 Update lang/jruby from 1.3.1 to 1.5.3. Numerous improvements including
performance increases and ruby 1.8.7 support. ffi support now works in
simple cases.  It now works on amd64 as well.  I'm taking over
maintenance from bernd@.

ok landry
2010-10-28 01:45:44 +00:00

20 lines
627 B
Plaintext

$OpenBSD: patch-tool_nailgun_Makefile_in,v 1.1 2010/10/28 01:45:44 jeremy Exp $
--- tool/nailgun/Makefile.in.orig Mon Nov 2 10:15:13 2009
+++ tool/nailgun/Makefile.in Tue Nov 24 04:35:40 2009
@@ -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