openbsd-ports/lang/lua/patches/patch-config
kevlo 37790aab57 Initial import of lua-3.2
lua ia a powerful, light-weight programming language.

Submitted by:	David Terrell <dbt@meat.net>
2000-08-16 03:15:41 +00:00

11 lines
246 B
Plaintext

--- config.old Tue Aug 8 19:37:13 2000
+++ config Tue Aug 8 19:37:06 2000
@@ -20,6 +20,7 @@
# you need an ANSI C compiler. gcc is a popular one.
CC= gcc
WARN= -ansi -Wall
+EXTRA_DEFS+=-fpic
# on IRIX, cc is a good ANSI compiler.
#CC= cc