mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
- ImageMagick 6.1.6.0 is always installing it's own copy of libltdl,
overwriting files installed by libltdl port. Stop it. Warning: people who installed ImageMagick 6.1.6.0 or 6.1.6.0_1 should probably run portupgrade -f libltdl after updating ImageMagick to recover original libltdl files. PR: ports/74875 Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com> (maintainer) Reported by: Neil Darlow <neil@darlow.co.uk>
This commit is contained in:
parent
25da3650f3
commit
7e4a1669d2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=123516
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= ImageMagick
|
||||
PORTVERSION= 6.1.6.0
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= graphics perl5
|
||||
MASTER_SITES= ftp://ftp.imagemagick.org/pub/%SUBDIR%/ \
|
||||
ftp://gd.tuwien.ac.at/pub/graphics/%SUBDIR%/ \
|
||||
|
11
graphics/ImageMagick/files/patch-Makefile.in
Normal file
11
graphics/ImageMagick/files/patch-Makefile.in
Normal file
@ -0,0 +1,11 @@
|
||||
--- Makefile.in.orig Thu Dec 9 00:26:37 2004
|
||||
+++ Makefile.in Thu Dec 9 00:26:53 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)
|
Loading…
Reference in New Issue
Block a user