summaryrefslogtreecommitdiff
path: root/textproc/ruby-eruby/patches
diff options
context:
space:
mode:
authortaca <taca>2004-03-04 17:29:51 +0000
committertaca <taca>2004-03-04 17:29:51 +0000
commit1b38eea0aeccf8a4643b83631a15a175ef0c783d (patch)
treead6579cb339ffef3b6237e52ff3a317fe39a6ca4 /textproc/ruby-eruby/patches
parent6148faf7de0a659592efada960659cc53da78e53 (diff)
downloadpkgsrc-1b38eea0aeccf8a4643b83631a15a175ef0c783d.tar.gz
Change order in CFLAGS, trying to fix bulk build problem.
Diffstat (limited to 'textproc/ruby-eruby/patches')
-rw-r--r--textproc/ruby-eruby/patches/patch-aa15
1 files changed, 12 insertions, 3 deletions
diff --git a/textproc/ruby-eruby/patches/patch-aa b/textproc/ruby-eruby/patches/patch-aa
index fa35dc0108d..47c9c4112f2 100644
--- a/textproc/ruby-eruby/patches/patch-aa
+++ b/textproc/ruby-eruby/patches/patch-aa
@@ -1,8 +1,17 @@
-$NetBSD: patch-aa,v 1.1.1.1 2001/07/01 14:01:56 taca Exp $
+$NetBSD: patch-aa,v 1.2 2004/03/04 17:29:51 taca Exp $
---- Makefile.in.orig Wed Jun 20 15:52:31 2001
+--- Makefile.in.orig 2001-10-10 11:39:12.000000000 +0900
+++ Makefile.in
-@@ -37,7 +37,7 @@
+@@ -28,7 +28,7 @@ LD = @LD@
+ RANLIB = @RANLIB@
+ RUBY = $(RUBY_INSTALL_NAME)
+
+-CFLAGS = @CFLAGS@ -I. -I$(hdrdir)
++CFLAGS = -I. -I$(hdrdir) @CFLAGS@
+ LDFLAGS = @LDFLAGS@
+ LIBS = @LIBS@
+ XLDFLAGS = @XLDFLAGS@
+@@ -37,7 +37,7 @@ LDSHARED = @LDSHARED@
EXT_DLDFLAGS = @EXT_DLDFLAGS@
INSTALL_PROGRAM = $(RUBY) -r ftools -e 'File.install ARGV[0], ARGV[1], 0755, true'
INSTALL_DLLIB = $(RUBY) -r ftools -e 'File.install ARGV[0], ARGV[1], 0555, true'