diff options
author | Timothy Redaelli <drizzt@gentoo.org> | 2007-05-28 15:19:29 +0000 |
---|---|---|
committer | Timothy Redaelli <drizzt@gentoo.org> | 2007-05-28 15:19:29 +0000 |
commit | 9ac7a6a020def05ff5dbbbbf50212f8db9ac5cfa (patch) | |
tree | b317bfb169b41073c08f49e635e3b18a2d28cb39 /net-analyzer/rtpbreak/files | |
parent | Don't use.mask stuff that has not been tested (hl and mplayer). (diff) | |
download | historical-9ac7a6a020def05ff5dbbbbf50212f8db9ac5cfa.tar.gz historical-9ac7a6a020def05ff5dbbbbf50212f8db9ac5cfa.tar.bz2 historical-9ac7a6a020def05ff5dbbbbf50212f8db9ac5cfa.zip |
New ebuild.
Package-Manager: portage-2.1.2.7
Diffstat (limited to 'net-analyzer/rtpbreak/files')
-rw-r--r-- | net-analyzer/rtpbreak/files/digest-rtpbreak-1.0 | 3 | ||||
-rw-r--r-- | net-analyzer/rtpbreak/files/rtpbreak-1.0-ldflags.patch | 18 |
2 files changed, 21 insertions, 0 deletions
diff --git a/net-analyzer/rtpbreak/files/digest-rtpbreak-1.0 b/net-analyzer/rtpbreak/files/digest-rtpbreak-1.0 new file mode 100644 index 000000000000..36aa68f64595 --- /dev/null +++ b/net-analyzer/rtpbreak/files/digest-rtpbreak-1.0 @@ -0,0 +1,3 @@ +MD5 fc63c4dbe617384f97cacdbbc85e4584 rtpbreak-1.0.tgz 28009 +RMD160 95f0c0d1839d8952c1af6f26113591e72ac2eaab rtpbreak-1.0.tgz 28009 +SHA256 256b6027883fa8b0d360d88a1624d81c72a15e08947d23e0f7d2f91439678b4f rtpbreak-1.0.tgz 28009 diff --git a/net-analyzer/rtpbreak/files/rtpbreak-1.0-ldflags.patch b/net-analyzer/rtpbreak/files/rtpbreak-1.0-ldflags.patch new file mode 100644 index 000000000000..89a19f271672 --- /dev/null +++ b/net-analyzer/rtpbreak/files/rtpbreak-1.0-ldflags.patch @@ -0,0 +1,18 @@ +--- Makefile.orig 2007-05-28 17:04:50.000000000 +0200 ++++ Makefile 2007-05-28 17:05:37.000000000 +0200 +@@ -7,13 +7,14 @@ + $(CC) -c $(CFLAGS) $(DEFS) rtpbreak.c + $(CC) -c $(CFLAGS) $(DEFS) common.c + $(CC) -c $(CFLAGS) $(DEFS) net.c +- $(CC) $(LIBS) rtpbreak.o common.o net.o -o rtpbreak ++ $(CC) $(LDFLAGS) rtpbreak.o common.o net.o -o rtpbreak $(LIBS) + @echo "%" + + header: + @echo "%" + @echo "% CC...................: $(CC)" + @echo "% CFLAGS...............: $(CFLAGS)" ++ @echo "% LDFLAGS..............: $(LDFLAGS)" + @echo "% LIBS.................: $(LIBS)" + @echo "% DEFS.................: $(DEFS)" + @echo "%" |