summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2017-12-29 23:27:28 +0100
committerDavid Seifert <soap@gentoo.org>2017-12-29 23:33:13 +0100
commitda92b2be0f8d7d40b0da2573c2336bd9ca61c547 (patch)
treeb5d2054b041163b0e31bcb86746a37445b64d8f8 /app-forensics/pasco/files/pasco-20040505_p1-fix-build-system.patch
parentapp-forensics/galleta: Port to EAPI 6 (diff)
downloadgentoo-da92b2be0f8d7d40b0da2573c2336bd9ca61c547.tar.gz
gentoo-da92b2be0f8d7d40b0da2573c2336bd9ca61c547.tar.bz2
gentoo-da92b2be0f8d7d40b0da2573c2336bd9ca61c547.zip
app-forensics/pasco: Port to EAPI 6
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'app-forensics/pasco/files/pasco-20040505_p1-fix-build-system.patch')
-rw-r--r--app-forensics/pasco/files/pasco-20040505_p1-fix-build-system.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/app-forensics/pasco/files/pasco-20040505_p1-fix-build-system.patch b/app-forensics/pasco/files/pasco-20040505_p1-fix-build-system.patch
new file mode 100644
index 000000000000..63a6102c8c13
--- /dev/null
+++ b/app-forensics/pasco/files/pasco-20040505_p1-fix-build-system.patch
@@ -0,0 +1,12 @@
+--- a/Makefile
++++ b/Makefile
+@@ -1,7 +1,6 @@
+-all: install
++LDLIBS += -lm
+
+-install: pasco.c
+- gcc -o pasco pasco.c -lm -lc;cp pasco ../bin
++all: pasco
+
+ installwin: pasco.c
+ gcc -DCYGWIN -o pasco.exe pasco.c -lm -lc;cp pasco.exe ../bin