--- ./util/lua/src/Makefile.orig	2009-10-06 20:44:04.000000000 +0200
+++ ./util/lua/src/Makefile	2009-10-15 18:40:29.000000000 +0200
@@ -9,8 +9,10 @@
 # Your platform. See PLATS for possible values.
 PLAT= none
 
+ifndef FREEBSD
 CC= gcc
 CFLAGS= -O2 -Wall $(MYCFLAGS)
+endif
 AR= ar rcu
 RANLIB= ranlib
 RM= rm -f
