openbsd-ports/lang/jruby/patches/patch-tool_nailgun_Makefile_in

20 lines
627 B
Plaintext
Raw Normal View History

$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