9f05c4ff3c
Lrexlib is a binding of three regular expression library APIs (POSIX, PCRE and Oniguruma) to Lua 5.1. This directory provides common files for lua-lrexlib-* packages
10 lines
258 B
Text
10 lines
258 B
Text
$NetBSD: patch-ac,v 1.1.1.1 2008/12/27 18:09:28 cheusov Exp $
|
|
|
|
--- src/defaults.mak.orig 2007-04-21 13:29:10.000000000 +0300
|
|
+++ src/defaults.mak
|
|
@@ -10,4 +10,4 @@ LIB_LUA =
|
|
|
|
MYCFLAGS = -W -Wall -g $(INC_LUA) $(INC_PCRE)
|
|
AR = ar rcu
|
|
-CC = gcc
|
|
+#CC = gcc
|