2012-06-06 07:45:01 -04:00
|
|
|
$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=
|
2009-09-09 15:39:47 -04:00
|
|
|
# Lua executable name. Used to find the install path and for testing.
|
|
|
|
LUA= lua
|
|
|
|
|
|
|
|
-CC= gcc
|
2012-06-06 07:45:01 -04:00
|
|
|
-CCOPT= -O2 -fomit-frame-pointer
|
2009-09-09 15:39:47 -04:00
|
|
|
+#CC= gcc
|
2012-06-06 07:45:01 -04:00
|
|
|
+#CCOPT= -O2 -fomit-frame-pointer
|
|
|
|
CCWARN= -Wall
|
|
|
|
SOCC= $(CC) -shared
|
|
|
|
SOCFLAGS= -fPIC $(CCOPT) $(CCWARN) $(DEFINES) $(INCLUDES) $(CFLAGS)
|