openbsd-ports/devel/luabitop/patches/patch-Makefile

15 lines
446 B
Plaintext
Raw Normal View History

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=
# 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
+#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)