]> git.pld-linux.org Git - packages/bogoseek.git/commitdiff
- new auto/th/bogoseek-0_3_5-1
authorAdam Gołębiowski <adamg@pld-linux.org>
Sun, 28 Dec 2008 12:55:45 +0000 (12:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bogoseek-as-needed.patch -> 1.1

bogoseek-as-needed.patch [new file with mode: 0644]

diff --git a/bogoseek-as-needed.patch b/bogoseek-as-needed.patch
new file mode 100644 (file)
index 0000000..f3cbd14
--- /dev/null
@@ -0,0 +1,26 @@
+--- 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.06081 seconds and 4 git commands to generate.