summaryrefslogtreecommitdiff
path: root/audio/discid/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'audio/discid/files/patch-ab')
-rw-r--r--audio/discid/files/patch-ab14
1 files changed, 14 insertions, 0 deletions
diff --git a/audio/discid/files/patch-ab b/audio/discid/files/patch-ab
new file mode 100644
index 000000000000..852845dc2551
--- /dev/null
+++ b/audio/discid/files/patch-ab
@@ -0,0 +1,14 @@
+--- Makefile.orig Sun Oct 15 10:08:53 2000
++++ Makefile Mon May 27 18:40:23 2002
+@@ -1,3 +1,10 @@
++
++all: discid
++
+ discid: discid.c
+ gcc -o discid discid.c
+- strip discid
++ strip discid
++
++install:
++ cp -p discid ${PREFIX}/bin
++