diff --git a/audio/musica/Makefile b/audio/musica/Makefile index 5e576ef4e098..27182fedb92b 100644 --- a/audio/musica/Makefile +++ b/audio/musica/Makefile @@ -10,8 +10,9 @@ MASTER_SITES= http://ict.ewi.tudelft.nl/~erik/open-source/musica/ MAINTAINER= gahr@FreeBSD.org COMMENT= GTK based midi player +LICENSE= GPLv2 + USE_GNOME= gtk12 -NO_STAGE= yes GNU_CONFIGURE= yes USES= gmake diff --git a/audio/musica/files/patch-configure b/audio/musica/files/patch-configure new file mode 100644 index 000000000000..e529ee259ef3 --- /dev/null +++ b/audio/musica/files/patch-configure @@ -0,0 +1,38 @@ +--- configure.orig 2013-11-19 16:47:26.000000000 +0100 ++++ configure 2013-11-19 16:47:26.000000000 +0100 +@@ -1108,7 +1108,7 @@ + cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest; then + ac_cv_prog_cc_works=yes +@@ -1524,7 +1524,7 @@ + cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest; then + ac_cv_prog_cc_works=yes +@@ -1650,7 +1650,7 @@ + cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest; then + ac_cv_prog_cxx_works=yes +@@ -2639,7 +2639,7 @@ + #line 2640 "configure" + #include "confdefs.h" + +-main() ++int main() + { + char c0 = 0x40, c1 = 0x80, c2 = 0x81; + exit(memcmp(&c0, &c2, 1) < 0 && memcmp(&c1, &c2, 1) < 0 ? 0 : 1);