mirror of
https://git.freebsd.org/ports.git
synced 2025-06-20 12:10:31 -04:00
- Add fruitsalad.org mirror to prevent fetch problems in case ImageMagick decides to update again - Don't install/append to perllocal.pod [1] PR: ports/74928 Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com> (maintainer) Reported by: pointyhat via kris [1]
20 lines
860 B
Text
20 lines
860 B
Text
--- Makefile.in.orig Fri Dec 10 01:43:10 2004
|
|
+++ Makefile.in Fri Dec 10 21:19:20 2004
|
|
@@ -1885,7 +1885,7 @@
|
|
$(UTILITIES_EXTRA_DIST) \
|
|
$(WAND_EXTRA_DIST)
|
|
|
|
-lib_LTLIBRARIES = $(LIBLTDL) $(LIBMAGICK) $(LIBWAND) $(LIBMAGICKPP)
|
|
+lib_LTLIBRARIES = $(LIBMAGICK) $(LIBWAND) $(LIBMAGICKPP)
|
|
|
|
# Where architecture-independent configuration files get installed
|
|
# (share/ImageMagick-version)
|
|
@@ -9286,7 +9286,7 @@
|
|
|
|
@WITH_PERL_DYNAMIC_TRUE@@WITH_PERL_TRUE@install-exec-perl: $(PERLMAKEFILE)
|
|
@WITH_PERL_DYNAMIC_TRUE@@WITH_PERL_TRUE@ ( cd $(PERLMAGICK) && $(MAKE) CC='@CC@' && \
|
|
-@WITH_PERL_DYNAMIC_TRUE@@WITH_PERL_TRUE@ $(MAKE) CC='@CC@' install && \
|
|
+@WITH_PERL_DYNAMIC_TRUE@@WITH_PERL_TRUE@ $(MAKE) CC='@CC@' pure_install && \
|
|
@WITH_PERL_DYNAMIC_TRUE@@WITH_PERL_TRUE@ $(MAKE) clean && rm -f Makefile.old )
|
|
|
|
@WITH_PERL_DYNAMIC_TRUE@@WITH_PERL_TRUE@all-perl:
|