aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1998-08-13 12:40:06 +0800
committerache <ache@FreeBSD.org>1998-08-13 12:40:06 +0800
commit62243f22838c2615f6a017de6998a2d739d51890 (patch)
tree3c3f12129ef0fe7c985bbb88f9d014dc2018779a /graphics
parent5c7012fccb19ac084724efedc3ab0a1567d78522 (diff)
downloadfreebsd-ports-gnome-62243f22838c2615f6a017de6998a2d739d51890.tar.gz
freebsd-ports-gnome-62243f22838c2615f6a017de6998a2d739d51890.tar.zst
freebsd-ports-gnome-62243f22838c2615f6a017de6998a2d739d51890.zip
use non-relative -L dir for libtool
Diffstat (limited to 'graphics')
-rw-r--r--graphics/ImageMagick/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile
index 2f84338c34c1..6e2c9c97cb96 100644
--- a/graphics/ImageMagick/Makefile
+++ b/graphics/ImageMagick/Makefile
@@ -3,7 +3,7 @@
# Date created: 15 November 1994
# Whom: torstenb
#
-# $Id: Makefile,v 1.41 1998/07/27 00:49:00 steve Exp $
+# $Id: Makefile,v 1.42 1998/08/13 03:08:54 ache Exp $
#
DISTNAME= ImageMagick-4.0.7
@@ -34,7 +34,7 @@ MAN4= miff.4
MAN5= quantize.5
GNU_CONFIGURE= YES
CONFIGURE_ARGS= --enable-lzw --enable-shared
-CONFIGURE_ENV= LDFLAGS="$(LDFLAGS) -Lmagick/.libs"
+CONFIGURE_ENV= LDFLAGS="$(LDFLAGS) -L${WRKSRC}/magick/.libs"
post-install:
${LDCONFIG} -m ${PREFIX}/lib