openbsd-ports/devel/luabitop/patches/patch-Makefile
2012-06-06 11:52:42 +00:00

24 lines
728 B
Plaintext

$OpenBSD: patch-Makefile,v 1.3 2012/06/06 11:52:42 jasper Exp $
--- Makefile.orig Tue May 8 21:15:00 2012
+++ Makefile Wed Jun 6 13:51:58 2012
@@ -3,7 +3,7 @@
# To compile with MinGW please run: mingw32-make -f Makefile.mingw
# Include path where lua.h, luaconf.h and lauxlib.h reside:
-INCLUDES= -I/usr/local/include
+#INCLUDES= -I/usr/local/include
DEFINES=
# Use this for the old ARM ABI with swapped FPA doubles.
@@ -13,8 +13,8 @@ DEFINES=
# Lua executable name. Used to find the install path and for testing.
LUA= lua
-CC= gcc
-CCOPT= -O2 -fomit-frame-pointer
+#CC= gcc
+#CCOPT= -O2 -fomit-frame-pointer
CCWARN= -Wall
SOCC= $(CC) -shared
SOCFLAGS= -fPIC $(CCOPT) $(CCWARN) $(DEFINES) $(INCLUDES) $(CFLAGS)