summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVincent Grande2020-11-10 18:48:00 -0500
committerVincent Grande2020-11-10 18:48:00 -0500
commit0bda20fc648db02544b9af512ae4144c2524c8dd (patch)
tree41040053788c22ca3258b4f20a22acd0509a1d75 /PKGBUILD
parent6028aefba5b556b75eedfcde8c07abce9e2c9d46 (diff)
downloadaur-0bda20fc648db02544b9af512ae4144c2524c8dd.tar.gz
pkg_config update
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cbbfa11687ca..6ac74510e71b 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -49,7 +49,7 @@ prepare() {
build() {
export CC="gcc -m32"
export CXX="g++ -m32"
- export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+ export PKG_CONFIG="i686-pc-linux-gnu-pkg-config"
cd freetype2
./configure --prefix=/usr --disable-static --libdir=/usr/lib32