View | Details | Raw Unified | Return to bug 136786
Collapse All | Expand All

(-)/var/ports/textproc/luaexpat/Makefile (-2 lines)
Lines 16-23 Link Here
16
16
17
LIB_DEPENDS=	expat.6:${PORTSDIR}/textproc/expat2
17
LIB_DEPENDS=	expat.6:${PORTSDIR}/textproc/expat2
18
18
19
ONLY_FOR_ARCHS=	i386
20
21
MAKEFILE=	makefile
19
MAKEFILE=	makefile
22
ALL_TARGET=	lib
20
ALL_TARGET=	lib
23
USE_LUA=	5.0-5.1
21
USE_LUA=	5.0-5.1
(-)/var/ports/textproc/luaexpat/files/patch-config (-2 / +10 lines)
Lines 1-5 Link Here
1
--- config.orig	2006-06-08 20:41:48.000000000 +0000
1
--- config.orig	2006-06-08 15:41:48.000000000 -0500
2
+++ config	2009-07-03 03:00:20.000000000 +0000
2
+++ config	2009-07-14 21:48:26.000000000 -0500
3
@@ -1,15 +1,15 @@
3
@@ -1,15 +1,15 @@
4
 # Installation directories
4
 # Installation directories
5
 # System's libraries directory (where binary libraries are installed)
5
 # System's libraries directory (where binary libraries are installed)
Lines 30-32 Link Here
30
 
30
 
31
 # Compilation parameters
31
 # Compilation parameters
32
 CWARNS = -Wall -pedantic \
32
 CWARNS = -Wall -pedantic \
33
@@ -31,6 +31,6 @@
34
         -Wshadow \
35
         -Wwrite-strings
36
 
37
-CFLAGS = $(CWARNS) -ansi -O2 -I$(LUA_INC) \
38
+CFLAGS += $(CWARNS) -ansi -O2 -I$(LUA_INC) \
39
    -I$(COMPAT_DIR) -I$(EXPAT_INC)
40
 CC = gcc

Return to bug 136786