summaryrefslogtreecommitdiff
path: root/app-forensics/rifiuti/files/rifiuti-20040505_p1-fix-build-system.patch
diff options
context:
space:
mode:
Diffstat (limited to 'app-forensics/rifiuti/files/rifiuti-20040505_p1-fix-build-system.patch')
-rw-r--r--app-forensics/rifiuti/files/rifiuti-20040505_p1-fix-build-system.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/app-forensics/rifiuti/files/rifiuti-20040505_p1-fix-build-system.patch b/app-forensics/rifiuti/files/rifiuti-20040505_p1-fix-build-system.patch
new file mode 100644
index 000000000000..a1c452047913
--- /dev/null
+++ b/app-forensics/rifiuti/files/rifiuti-20040505_p1-fix-build-system.patch
@@ -0,0 +1,12 @@
+--- a/Makefile
++++ b/Makefile
+@@ -1,7 +1,6 @@
+-all: install
++LDLIBS += -lm
+
+-install: rifiuti.c
+- gcc -o rifiuti rifiuti.c -lm -lc;cp rifiuti ../bin
++all: rifiuti
+
+ installwin: rifiuti.c
+ gcc -DCYGWIN -o rifiuti.exe rifiuti.c -lm -lc;cp rifiuti.exe ../bin