mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-27 10:20:12 +00:00
xcb-util-keysyms-32: fix wrong lib format
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
xcb-util-keysyms-32-0.4.1-1
|
||||
xcb-util-keysyms-32-0.4.1-2
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/lib32/
|
||||
-rw-r--r-- root/root usr/lib32/libxcb-keysyms.a
|
||||
|
||||
@@ -4,12 +4,17 @@
|
||||
|
||||
name=xcb-util-keysyms-32
|
||||
version=0.4.1
|
||||
release=1
|
||||
release=2
|
||||
source="https://xcb.freedesktop.org/dist/xcb-util-keysyms-$version.tar.xz"
|
||||
|
||||
build() {
|
||||
cd xcb-util-keysyms-$version
|
||||
|
||||
export CC="gcc -m32"
|
||||
export CXX="g++ -m32"
|
||||
export PKG_CONFIG_LIBDIR='/usr/lib32/pkgconfig:/usr/share/pkgconfig'
|
||||
export LLVM_CONFIG="/usr/bin/llvm-config-32"
|
||||
|
||||
./configure --prefix=/usr --libdir=/usr/lib32
|
||||
|
||||
make
|
||||
|
||||
Reference in New Issue
Block a user