]> git.pld-linux.org Git - packages/bogoseek.git/commitdiff
- dropped
authorduddits <duddits@pld-linux.org>
Tue, 20 Jan 2009 22:58:14 +0000 (22:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bogoseek-as-needed.patch -> 1.2

bogoseek-as-needed.patch [deleted file]

diff --git a/bogoseek-as-needed.patch b/bogoseek-as-needed.patch
deleted file mode 100644 (file)
index f3cbd14..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
---- bogoseek-0.3.5/Makefile~   2008-11-23 10:57:28.000000000 +0100
-+++ bogoseek-0.3.5/Makefile    2008-12-28 13:50:20.159574738 +0100
-@@ -1,6 +1,8 @@
- VERSION=0.3.5
-+CC=gcc
- CFLAGS=-O2 -Wall
--LDFLAGS=-lm -lrt
-+LDFLAGS=
-+LIBS=-lm -lrt
- prefix = /usr
- exec_prefix = ${prefix}
-@@ -8,6 +10,13 @@
- all: hist bogoseek
-+hist: hist.c
-+      $(CC) $(CFLAGS) $(LDFLAGS) $< -o $@ $(LIBS)
-+
-+bogoseek: bogoseek.c
-+      $(CC) $(CFLAGS) $(LDFLAGS) $< -o $@ $(LIBS)
-+
-+
- distclean: clean
- clean:;
This page took 0.053593 seconds and 4 git commands to generate.