1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

use non-relative -L dir for libtool

This commit is contained in:
Andrey A. Chernov 1998-08-13 04:40:06 +00:00
parent 0e0e4362f7
commit f6f67af0d1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=12493

View File

@ -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