openbsd-ports/devel/luabitop/patches/patch-Makefile
2012-06-06 11:45:01 +00:00

15 lines
446 B
Plaintext

$OpenBSD: patch-Makefile,v 1.2 2012/06/06 11:45:01 jasper Exp $
--- Makefile.orig Wed Jun 6 13:43:30 2012
+++ Makefile Wed Jun 6 13:43:48 2012
@@ -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)