diff --git a/www/mod_musicindex/Makefile b/www/mod_musicindex/Makefile index 49a6aa471a8a..b1c4b67fc424 100644 --- a/www/mod_musicindex/Makefile +++ b/www/mod_musicindex/Makefile @@ -7,7 +7,7 @@ PORTNAME= mod_musicindex PORTVERSION= 1.3.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www audio MASTER_SITES= http://www.parisc-linux.org/~varenet/musicindex/ \ http://depot.fsck.ch/mirror/distfiles/ diff --git a/www/mod_musicindex/files/patch-src__Makefile.in b/www/mod_musicindex/files/patch-src__Makefile.in new file mode 100644 index 000000000000..934dd58034ea --- /dev/null +++ b/www/mod_musicindex/files/patch-src__Makefile.in @@ -0,0 +1,13 @@ +--- ./src/Makefile.in.orig 2010-09-16 03:35:25.552884648 +0000 ++++ ./src/Makefile.in 2010-09-16 03:35:03.705416865 +0000 +@@ -727,8 +727,8 @@ + + install: $(lib_LTLIBRARIES) + $(mkinstalldirs) "$(DESTDIR)$(libdir)" +-@BUILD_FOR_APACHE2_TRUE@ $(APXS) -S LIBEXECDIR="$(DESTDIR)$(libdir)" -i -n musicindex mod_musicindex.la +-@BUILD_FOR_APACHE2_FALSE@ $(APXS) -S LIBEXECDIR="$(DESTDIR)$(libdir)" -i -n musicindex .libs/mod_musicindex.so ++@BUILD_FOR_APACHE2_TRUE@ $(APXS) -S LIBEXECDIR="$(DESTDIR)$(libdir)" -i -a -n musicindex mod_musicindex.la ++@BUILD_FOR_APACHE2_FALSE@ $(APXS) -S LIBEXECDIR="$(DESTDIR)$(libdir)" -i -a -n musicindex .libs/mod_musicindex.so + + # Tell versions [3.59,3.63) of GNU make to not export all variables. + # Otherwise a system limit (for SysV at least) may be exceeded.