From 1c95d9636ea7627aea6b673d340a167acc85f327 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 13 Jul 2017 23:45:59 +0200 Subject: [PATCH] sam: fix 32-bit builds. --- srcpkgs/sam/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/sam/template b/srcpkgs/sam/template index afb3e50329a..5d6c6c40a58 100644 --- a/srcpkgs/sam/template +++ b/srcpkgs/sam/template @@ -16,6 +16,7 @@ CFLAGS="-std=c99" post_extract() { sed -i 's/ -sf / -sfr /' doc/Makefile + sed -i '/Straddc/s/int/wchar_t/g' sam/sam.h } do_build() { case "$XBPS_TARGET_MACHINE" in