summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorduddits2009-01-20 22:49:47 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit9863444c9dbe3876a03c5565400c7131cd3c61b0 (patch)
tree80c6a9612b1fe8c4175b3e5d94e9f7b3b53a4c32
parent7b63fe69cb28f21efcfddb70dbeae5cf266384ad (diff)
downloadbogodisk-9863444c9dbe3876a03c5565400c7131cd3c61b0.zip
bogodisk-9863444c9dbe3876a03c5565400c7131cd3c61b0.tar.gz
- dropped
Changed files: bogodisk-as-needed.patch -> 1.2
-rw-r--r--bogodisk-as-needed.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/bogodisk-as-needed.patch b/bogodisk-as-needed.patch
deleted file mode 100644
index a665573..0000000
--- a/bogodisk-as-needed.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- bogodisk-0.5.4/Makefile~ 2008-11-23 11:03:13.000000000 +0100
-+++ bogodisk-0.5.4/Makefile 2008-12-28 13:53:54.829553021 +0100
-@@ -1,5 +1,7 @@
-+CC=gcc
- CFLAGS=-O2 -Wall
--LDFLAGS=-lrt
-+LDFLAGS=
-+LIBS=-lrt
- VERSION=0.5.4
-
- prefix = /usr
-@@ -8,6 +10,9 @@
-
- all: bogodisk
-
-+bogodisk: bogodisk.c
-+ $(CC) $(CFLAGS) $(LDFLAGS) $< -o $@ $(LIBS)
-+
- distclean: clean
-
- clean:;