summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRussell Harmon <russ@eatnumber1.com>2010-01-25 11:29:48 -0500
committerRussell Harmon <russ@eatnumber1.com>2010-01-25 11:29:48 -0500
commitf3a50b1900941b5a48b3cfee262c486454909940 (patch)
tree18554cb55d61169e48d3ff7d2a32b3d744efa949 /sys-block/compcache-tools/files
parentMask pidgin-omegle-scm (diff)
downloadeatnumber1-f3a50b1900941b5a48b3cfee262c486454909940.tar.gz
eatnumber1-f3a50b1900941b5a48b3cfee262c486454909940.tar.bz2
eatnumber1-f3a50b1900941b5a48b3cfee262c486454909940.zip
Add updated compcache-tools ebuild.
Diffstat (limited to 'sys-block/compcache-tools/files')
-rw-r--r--sys-block/compcache-tools/files/compcache-tools-0.6_gentoo.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/sys-block/compcache-tools/files/compcache-tools-0.6_gentoo.patch b/sys-block/compcache-tools/files/compcache-tools-0.6_gentoo.patch
new file mode 100644
index 0000000..9c454b1
--- /dev/null
+++ b/sys-block/compcache-tools/files/compcache-tools-0.6_gentoo.patch
@@ -0,0 +1,10 @@
+diff -ur a/sub-projects/rzscontrol/Makefile b/sub-projects/rzscontrol/Makefile
+--- a/sub-projects/rzscontrol/Makefile 2009-08-18 20:10:04.000000000 -0400
++++ b/sub-projects/rzscontrol/Makefile 2010-01-01 07:17:16.659296141 -0500
+@@ -1,5 +1,5 @@
+ all:
+- @gcc -g -Wall -D_GNU_SOURCE rzscontrol.c -o rzscontrol -I ../include -I../..
++ $(CC) $(CFLAGS) -Wall -D_GNU_SOURCE rzscontrol.c -o rzscontrol -I ../include -I../.. $(LDFLAGS)
+
+ doc:
+ @xmllint --noout --valid man/rzscontrol.xml