mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 21:57:02 +02:00
txr: update to 294
This commit is contained in:
parent
5e795a9424
commit
d4cbf6b129
2 changed files with 5 additions and 16 deletions
|
@ -1,10 +0,0 @@
|
|||
--- a/socket.c 2016-03-21 10:54:59.650592629 +0100
|
||||
+++ b/socket.c 2016-03-21 10:55:14.760403731 +0100
|
||||
@@ -24,6 +24,7 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
+#include <sys/select.h>
|
||||
#include <stddef.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
|
@ -1,21 +1,20 @@
|
|||
# Template file for 'txr'
|
||||
pkgname=txr
|
||||
version=282
|
||||
revision=2
|
||||
archs="x86_64* i686* aarch64* arm* ppc64* mips*"
|
||||
version=294
|
||||
revision=1
|
||||
archs="x86_64* i686* arm*"
|
||||
build_style=configure
|
||||
configure_args="--prefix=/usr"
|
||||
make_check_target=tests
|
||||
makedepends="libffi-devel"
|
||||
short_desc="Programming language for convenient data munging"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
maintainer="Leon (adigitoleo) <adigitoleo@posteo.net>"
|
||||
license="BSD-2-Clause"
|
||||
homepage="http://www.nongnu.org/txr/"
|
||||
changelog="http://www.kylheku.com/cgit/txr/tree/RELNOTES"
|
||||
distfiles="http://www.kylheku.com/cgit/txr/snapshot/${pkgname}-${version}.tar.bz2"
|
||||
checksum=5f10467610d8213be9af8a1fc9dafbd4902b7b473a82d8b2945cfa5ea6d2fee5
|
||||
checksum=41d90de05c286c644f40d4067070bad968b987042ab20c8ba3d7ad61811fa837
|
||||
nopie=yes
|
||||
CFLAGS="-D_FILE_OFFSET_BITS=64"
|
||||
|
||||
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
|
||||
makedepends+=" libxcrypt-devel"
|
||||
|
|
Loading…
Add table
Reference in a new issue