mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
d2ad3fee6b
provided by Last.FM for the Linux platform. It's lightweight (the binary is only about 16K), easy to use and under heavy development. New features might be added every day. Shell.FM is Open Source and published under the terms of the GNU General Public License, so feel free to modify and/or redistribute it. WWW: http://lizer.syslinx.org/shell-fm/ PR: ports/106799 Submitted by: Nikos Ntarmos <ntarmos at ceid.upatras.gr>
19 lines
377 B
Plaintext
19 lines
377 B
Plaintext
diff -urNbB src/reconfig.orig src/reconfig
|
|
--- reconfig.orig Sat Dec 16 01:01:06 2006
|
|
+++ reconfig Sat Dec 16 02:57:44 2006
|
|
@@ -36,10 +36,10 @@
|
|
|
|
$clean_only && exit
|
|
|
|
-do_cmd aclocal -I m4
|
|
-do_cmd autoheader
|
|
-do_cmd automake --add-missing --copy
|
|
-do_cmd autoconf
|
|
+do_cmd aclocal19 -I m4
|
|
+do_cmd autoheader259
|
|
+do_cmd automake19 --add-missing --copy
|
|
+do_cmd autoconf259
|
|
|
|
|
|
|