summaryrefslogtreecommitdiff
path: root/nonworking/ltrace/ltrace-0.3.35
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-12-09 09:47:41 +0000
committerChris Larson <clarson@kergoth.com>2004-12-09 09:47:41 +0000
commit2c5b8ec6d95cf68650265941530e5ce38c8dd6d9 (patch)
treebf879bea7ef8517ba8c3d1286ef300401d3d484c /nonworking/ltrace/ltrace-0.3.35
parent101e2f1623def0a355d20aacb8bd93810703e834 (diff)
Merge oe-devel@oe-devel.bkbits.net:openembedded
into hyperion.kergoth.com:/home/kergoth/code/openembedded 2004/12/09 03:39:39-06:00 kergoth.com!kergoth Break people's builds again.. this time moving the packages into a packages/ subdir to clean things up a bit. BKrev: 41b81f3dvlp3rU7_8MUXLcI8LDdDoA
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, 0 insertions, 11 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
deleted file mode 100644
index 7c154861b7..0000000000
--- a/nonworking/ltrace/ltrace-0.3.35/no_global_includes.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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@