svn commit: r392941 - head/print/tex-ptexenc
Hiroki Sato
hrs at FreeBSD.org
Sun Jul 26 19:03:26 UTC 2015
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
More information about the svn-ports-all
mailing list