mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
- devel/tex-kpathsea: Update version 6.4.0=>6.4.1 - devel/tex-libtexluajit: Update version 2.1.0=>2.1.81742 - print/tex-ptexenc: Update version 1.4.6=>1.5.1 - korean/ko.TeX: Replace @exec/@unexec with @postexec/@postunexec Sponsored by: Nepustil
13 lines
594 B
Text
13 lines
594 B
Text
--- texk/dvipng/configure.orig 2025-02-05 23:12:41 UTC
|
|
+++ texk/dvipng/configure
|
|
@@ -18660,8 +18660,8 @@ if $FT2_CONFIG --ftversion >/dev/null 2>&1; then
|
|
PKG_CONFIG="$ac_cv_prog_PKG_CONFIG"
|
|
fi
|
|
if $FT2_CONFIG --ftversion >/dev/null 2>&1; then
|
|
- FREETYPE2_INCLUDES=`$FT2_CONFIG --cflags`
|
|
- FREETYPE2_LIBS=`$FT2_CONFIG --libs`
|
|
+ FREETYPE2_INCLUDES=`pkg-config freetype2 --cflags`
|
|
+ FREETYPE2_LIBS=`pkg-config freetype2 --libs`
|
|
elif $PKG_CONFIG --libs freetype2 >/dev/null 2>&1; then
|
|
FREETYPE2_INCLUDES=`$PKG_CONFIG --cflags freetype2`
|
|
FREETYPE2_LIBS=`$PKG_CONFIG --libs freetype2`
|