From: Victor Martinez Date: Sun, 5 Aug 2018 09:35:55 +0000 (+0200) Subject: libpthread-stubs: not needed overlay X-Git-Url: http://gitweb/?a=commitdiff_plain;h=b02e8414a9c977af207fb2abe0bc009f60beb87c;p=ports%2Fxorg-arm64.git libpthread-stubs: not needed overlay --- diff --git a/libpthread-stubs/.Pkgfile.un~ b/libpthread-stubs/.Pkgfile.un~ deleted file mode 100644 index d353f6e..0000000 Binary files a/libpthread-stubs/.Pkgfile.un~ and /dev/null differ diff --git a/libpthread-stubs/.footprint b/libpthread-stubs/.footprint deleted file mode 100644 index dbef8b7..0000000 --- a/libpthread-stubs/.footprint +++ /dev/null @@ -1,4 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/lib/ -drwxr-xr-x root/root usr/lib/pkgconfig/ --rw-r--r-- root/root usr/lib/pkgconfig/pthread-stubs.pc diff --git a/libpthread-stubs/.md5sum b/libpthread-stubs/.md5sum deleted file mode 100644 index b8dc01a..0000000 --- a/libpthread-stubs/.md5sum +++ /dev/null @@ -1 +0,0 @@ -48c1544854a94db0e51499cc3afd797f libpthread-stubs-0.4.tar.bz2 diff --git a/libpthread-stubs/Pkgfile b/libpthread-stubs/Pkgfile deleted file mode 100644 index e26c776..0000000 --- a/libpthread-stubs/Pkgfile +++ /dev/null @@ -1,18 +0,0 @@ -# Description: pthread dummy implementation -# URL: http://xcb.freedesktop.org -# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu - -name=libpthread-stubs -version=0.4 -release=1 -source=(http://xcb.freedesktop.org/dist/$name-$version.tar.bz2) - -build() { - cd $name-$version - - ./configure --prefix=/usr \ - --build=aarch64-unknown-linux-gnueabi - - make - make DESTDIR=$PKG install -}