mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-27 18:20:07 +00:00
glib-networking-32: fix build
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
glib-networking-32-2.78.0-1
|
||||
glib-networking-32-2.78.0-2
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/lib32/
|
||||
drwxr-xr-x root/root usr/lib32/gio/
|
||||
drwxr-xr-x root/root usr/lib32/gio/modules/
|
||||
-rwxr-xr-x root/root usr/lib32/gio/modules/libgiognutls.so
|
||||
drwxr-xr-x root/root usr/share/
|
||||
|
||||
@@ -3,8 +3,8 @@
|
||||
|
||||
name=glib-networking-32
|
||||
version=2.78.0
|
||||
release=1
|
||||
source="https://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/${name%-*}-$version.tar.xz"
|
||||
release=2
|
||||
source="https://ftp.gnome.org/pub/gnome/sources/${name%-*}/${version%.*}/${name%-*}-$version.tar.xz"
|
||||
|
||||
build() {
|
||||
export CC="gcc -m32"
|
||||
@@ -18,4 +18,6 @@ build() {
|
||||
-Dgnome_proxy=disabled
|
||||
meson compile -C build
|
||||
DESTDIR=$PKG meson install --no-rebuild -C build
|
||||
|
||||
rm -r $PKG/usr/share
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user