luaexpat: update to 1.3.0
[feed/packages.git] / lang / luaexpat / patches / 001-compile-fix.patch
diff --git a/lang/luaexpat/patches/001-compile-fix.patch b/lang/luaexpat/patches/001-compile-fix.patch
deleted file mode 100644 (file)
index c2e863a..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/config
-+++ b/config
-@@ -31,6 +31,6 @@
-         -Wshadow \
-         -Wwrite-strings
--CFLAGS = $(CWARNS) -ansi -O2 -I$(LUA_INC) \
-+CFLAGS = $(CWARNS) -O2 -I$(LUA_INC) \
-    -I$(COMPAT_DIR) -I$(EXPAT_INC)
- CC = gcc