summaryrefslogtreecommitdiff
path: root/nonworking/ltrace/ltrace-0.3.35
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-11-09 00:36:47 +0000
committerChris Larson <clarson@kergoth.com>2004-11-09 00:36:47 +0000
commitf96441b9faf769c9ecdd4d338b605ea3d0cc4010 (patch)
treeedb17ec2c4ea13c5acb1c7350957a249a820e28d /nonworking/ltrace/ltrace-0.3.35
parentb6588aa6851fb220cedc387d21c51513ef8d67f4 (diff)
Disable bk EOLN_NATIVE conversions on all files in packages FILESPATHs, to prevent it screwing up patches.
BKrev: 4190111fA4MuVozAqwE7xOSL9fr-TA
Diffstat (limited to 'nonworking/ltrace/ltrace-0.3.35')
-rw-r--r--nonworking/ltrace/ltrace-0.3.35/no_global_includes.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/nonworking/ltrace/ltrace-0.3.35/no_global_includes.patch b/nonworking/ltrace/ltrace-0.3.35/no_global_includes.patch
index e69de29bb2..7c154861b7 100644
--- a/nonworking/ltrace/ltrace-0.3.35/no_global_includes.patch
+++ b/nonworking/ltrace/ltrace-0.3.35/no_global_includes.patch
@@ -0,0 +1,11 @@
+--- ltrace-0.3.35/Makefile.old 2003-03-30 16:38:05.000000000 +0200
++++ ltrace-0.3.35/Makefile.in 2004-08-14 20:40:50.000000000 +0200
+@@ -14,7 +14,7 @@
+ docdir = $(prefix)/doc/ltrace
+
+ CC = @CC@
+-CPPFLAGS = -I$(TOPDIR) -I$(TOPDIR)/sysdeps/$(OS) -I- @DEFS@
++CPPFLAGS = -I$(TOPDIR) -I$(TOPDIR)/sysdeps/$(OS) @DEFS@
+ CFLAGS = -Wall @CFLAGS@ -DSYSCONFDIR=\"$(sysconfdir)\"
+ LDFLAGS =
+ LIBS = @LIBS@