Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Jul 2015 19:03:26 +0000 (UTC)
From:      Hiroki Sato <hrs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r392941 - head/print/tex-ptexenc
Message-ID:  <201507261903.t6QJ3Qfp012264@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: hrs
Date: Sun Jul 26 19:03:25 2015
New Revision: 392941
URL: https://svnweb.freebsd.org/changeset/ports/392941

Log:
  Fix build on 8.x and 9.x.

Modified:
  head/print/tex-ptexenc/Makefile

Modified: head/print/tex-ptexenc/Makefile
==============================================================================
--- head/print/tex-ptexenc/Makefile	Sun Jul 26 18:59:15 2015	(r392940)
+++ head/print/tex-ptexenc/Makefile	Sun Jul 26 19:03:25 2015	(r392941)
@@ -26,7 +26,7 @@ CONFIGURE_ARGS=	--enable-kanji-iconv \
 		--with-system-kpathsea \
 		--with-kpathsea-includes=${LOCALBASE}/include \
 		--with-kpathsea-libdir=${LOCALBASE}/lib
-LIBS+=		${ICONV_LIB}
+LIBS+=		-L${ICONV_PREFIX}/lib ${ICONV_LIB}
 CPPFLAGS+=	-I${ICONV_PREFIX}/include
 INSTALL_TARGET=	install-strip
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507261903.t6QJ3Qfp012264>