summaryrefslogtreecommitdiff
path: root/editors/zile/patches
diff options
context:
space:
mode:
authorminskim <minskim>2004-08-15 00:08:58 +0000
committerminskim <minskim>2004-08-15 00:08:58 +0000
commit735af61eac60d0b3d9da388802973bf5910bb3ca (patch)
treeaed0c877161da0839640c1009a1d821cded02ea6 /editors/zile/patches
parent3cf0832dedaaeacfa5acc785742aa11c98ba8c24 (diff)
downloadpkgsrc-735af61eac60d0b3d9da388802973bf5910bb3ca.tar.gz
Honor CPPFLAGS to make this package build on Interix.
Diffstat (limited to 'editors/zile/patches')
-rw-r--r--editors/zile/patches/patch-ab13
-rw-r--r--editors/zile/patches/patch-ac22
-rw-r--r--editors/zile/patches/patch-ad13
3 files changed, 48 insertions, 0 deletions
diff --git a/editors/zile/patches/patch-ab b/editors/zile/patches/patch-ab
new file mode 100644
index 00000000000..eb4292551e2
--- /dev/null
+++ b/editors/zile/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1 2004/08/15 00:08:58 minskim Exp $
+
+--- src/Makefile.in.orig Sat Aug 14 18:53:10 2004
++++ src/Makefile.in
+@@ -77,7 +77,7 @@ OBJS = basic.o \
+ window.o
+
+ .c.o:
+- $(CC) -c -I. -I$(srcdir) $(CFLAGS) $<
++ $(CC) -c -I. -I$(srcdir) @CPPFLAGS@ $(CFLAGS) $<
+
+ all: paths.h maketerminals $(PROG) zile.1
+
diff --git a/editors/zile/patches/patch-ac b/editors/zile/patches/patch-ac
new file mode 100644
index 00000000000..50292592df5
--- /dev/null
+++ b/editors/zile/patches/patch-ac
@@ -0,0 +1,22 @@
+$NetBSD: patch-ac,v 1.1 2004/08/15 00:08:58 minskim Exp $
+
+--- etc/Makefile.in.orig Thu Apr 24 10:11:17 2003
++++ etc/Makefile.in
+@@ -13,7 +13,7 @@ INSTALL_DATA = @INSTALL_DATA@
+ INSTALL = @INSTALL@
+
+ CC = @CC@
+-CFLAGS = -I.. -I../lib -I../src @CFLAGS@
++CFLAGS += -I.. -I../lib -I../src @CFLAGS@
+ LDFLAGS = @LDFLAGS@
+ ZILELIBS = ../lib/libzile.a
+ LIBS = $(ZILELIBS) @LIBS@
+@@ -27,7 +27,7 @@ AUTODOCSRCS = $(srcdir)/../src/*.c
+ .SUFFIXES:
+ .SUFFIXES: .c .o
+ .c.o:
+- $(CC) -c -I. -I$(srcdir)/../src $(CFLAGS) $<
++ $(CC) -c -I. -I$(srcdir)/../src @CPPFLAGS@ $(CFLAGS) $<
+
+ all: $(FILES)
+
diff --git a/editors/zile/patches/patch-ad b/editors/zile/patches/patch-ad
new file mode 100644
index 00000000000..e7e7074699e
--- /dev/null
+++ b/editors/zile/patches/patch-ad
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.1 2004/08/15 00:08:58 minskim Exp $
+
+--- lib/Makefile.in.orig Thu Apr 24 10:11:58 2003
++++ lib/Makefile.in
+@@ -13,7 +13,7 @@ LIB = libzile.a
+ OBJS = alist.o astr.o htable.o @LIBOBJS@
+
+ .c.o:
+- $(CC) -c -I. -I$(srcdir) $(CFLAGS) $<
++ $(CC) -c -I. -I$(srcdir) @CPPFLAGS@ $(CFLAGS) $<
+
+ all: $(LIB)
+