aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/GraphicsMagick13
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2006-08-01 00:40:01 +0800
committermat <mat@FreeBSD.org>2006-08-01 00:40:01 +0800
commitad5dbceb4d5ba01a81c2e3fe6d0b053c8dc6e036 (patch)
tree7e478067fc22a81061fcc12c1efa08f6dd065d8a /graphics/GraphicsMagick13
parent6a5d1e0ef110b7cc20b373f6488ed7e40b77fa17 (diff)
downloadfreebsd-ports-gnome-ad5dbceb4d5ba01a81c2e3fe6d0b053c8dc6e036.tar.gz
freebsd-ports-gnome-ad5dbceb4d5ba01a81c2e3fe6d0b053c8dc6e036.tar.zst
freebsd-ports-gnome-ad5dbceb4d5ba01a81c2e3fe6d0b053c8dc6e036.zip
In order to fix a symbol collision between GraphicsMagick and libtidy,
GraphicsMagick has been updated so that all its symbols are now prefixed with 'Gm'. All depending ports will have to be recompiled as noted in UPDATING. PR: 94905 Submitted by: mat
Diffstat (limited to 'graphics/GraphicsMagick13')
-rw-r--r--graphics/GraphicsMagick13/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/GraphicsMagick13/Makefile b/graphics/GraphicsMagick13/Makefile
index 44e229a64dd2..421b2b20b366 100644
--- a/graphics/GraphicsMagick13/Makefile
+++ b/graphics/GraphicsMagick13/Makefile
@@ -7,7 +7,7 @@
PORTNAME= GraphicsMagick
PORTVERSION= 1.1.6
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
ftp://ftp.graphicsmagick.org/pub/GraphicsMagick/
@@ -46,7 +46,8 @@ WINDOWS_FONT_DIR=${X11BASE}/lib/X11/webfonts
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --without-perl --with-windows-font-dir=${WINDOWS_FONT_DIR} \
- --enable-shared --enable-static --without-threads
+ --enable-shared --enable-static --without-threads \
+ --enable-symbol-prefix
INSTALLS_SHLIB= yes
.if !defined(NOPORTDOCS)