diff options
author | ben <ben@pkgsrc.org> | 2004-04-14 15:08:31 +0000 |
---|---|---|
committer | ben <ben@pkgsrc.org> | 2004-04-14 15:08:31 +0000 |
commit | 5b6f575fed27b9bd48b4f46e13a4df3e9279e267 (patch) | |
tree | 9633014c4e33970970ceb3bb2ec3e299ad43bce8 /devel/libetm | |
parent | b3cf14e02e5ee2bf109ae408472ec8bfeac1ab80 (diff) | |
download | pkgsrc-5b6f575fed27b9bd48b4f46e13a4df3e9279e267.tar.gz |
Make libetm build on Linux by removing unnecessary system header
dependencies.
Diffstat (limited to 'devel/libetm')
-rw-r--r-- | devel/libetm/distinfo | 4 | ||||
-rw-r--r-- | devel/libetm/patches/patch-aa | 23 |
2 files changed, 14 insertions, 13 deletions
diff --git a/devel/libetm/distinfo b/devel/libetm/distinfo index 6558b1a5e19..cd4354cc836 100644 --- a/devel/libetm/distinfo +++ b/devel/libetm/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2001/04/27 12:02:56 agc Exp $ +$NetBSD: distinfo,v 1.2 2004/04/14 15:08:31 ben Exp $ SHA1 (ETM-1.09.tar.gz) = 6b0883e595c5b4d6900a154b77625ec1233237ed Size (ETM-1.09.tar.gz) = 25677 bytes -SHA1 (patch-aa) = 691e3d1c1081d78e7ce39bfc7efe74c5799d4834 +SHA1 (patch-aa) = 73f77ee114db93ff1b4ca7c78aaffff2511f82b4 diff --git a/devel/libetm/patches/patch-aa b/devel/libetm/patches/patch-aa index 18bc7a65537..ea548b0ae63 100644 --- a/devel/libetm/patches/patch-aa +++ b/devel/libetm/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.1.1.1 2001/04/27 12:02:56 agc Exp $ +$NetBSD: patch-aa,v 1.2 2004/04/14 15:08:32 ben Exp $ ---- Makefile.orig Thu Apr 10 13:15:36 1997 -+++ Makefile Sun Apr 8 19:00:36 2001 -@@ -383,7 +383,8 @@ +--- Makefile.orig 1997-04-10 13:15:36.000000000 -0700 ++++ Makefile +@@ -383,7 +383,8 @@ depend:: etm.h all:: etm.h.new etm.h.new:: etm.h.dist $(RM) $@ @@ -12,7 +12,7 @@ $NetBSD: patch-aa,v 1.1.1.1 2001/04/27 12:02:56 agc Exp $ clean:: $(RM) etm.h.new -@@ -417,7 +418,8 @@ +@@ -417,7 +418,8 @@ depend:: etm.internal.h all:: etm.internal.h.new etm.internal.h.new:: etm.internal.h.dist $(RM) $@ @@ -22,14 +22,15 @@ $NetBSD: patch-aa,v 1.1.1.1 2001/04/27 12:02:56 agc Exp $ clean:: $(RM) etm.internal.h.new -@@ -540,8 +542,8 @@ +@@ -540,8 +542,6 @@ Makefiles:: # DO NOT DELETE -etm.o: /usr/include/stdio.h /usr/include/sys/stdsyms.h /usr/include/signal.h -+etm.o: /usr/include/stdio.h /usr/include/signal.h - etm.o: /usr/include/sys/signal.h /usr/include/sys/types.h - etm.o: /usr/include/stdarg.h /usr/include/varargs.h etm.internal.h etm.h - etm.o: /usr/include/stdlib.h +-etm.o: /usr/include/sys/signal.h /usr/include/sys/types.h +-etm.o: /usr/include/stdarg.h /usr/include/varargs.h etm.internal.h etm.h +-etm.o: /usr/include/stdlib.h -etmtest.o: /usr/include/stdio.h /usr/include/sys/stdsyms.h etm.h -+etmtest.o: /usr/include/stdio.h etm.h ++etm.o: etm.internal.h etm.h ++etmtest.o: etm.h ++ |