diff --git a/srcpkgs/sam/template b/srcpkgs/sam/template index a60adaa5573..91cdb13bbfa 100644 --- a/srcpkgs/sam/template +++ b/srcpkgs/sam/template @@ -1,7 +1,7 @@ # Template file for 'sam' pkgname=sam version=20160825 -revision=1 +revision=2 _githash=d3d56423183ecfcf6207ca8adb5a59d2950acf39 wrksrc="${pkgname}-${_githash}" disable_parallel_build=yes @@ -25,7 +25,7 @@ do_build() { esac make ${makejobs} CC="${CC} ${CFLAGS}" DESTDIR=/usr LDFLAGS="$LDFLAGS" \ - FREETYPEINC=${XBPS_CROSS_BASE}/usr/include/freetype2 \ + INCLUDES=-I${XBPS_CROSS_BASE}/usr/include/freetype2 \ RXSAMNAME=rsam TERMNAME=/usr/bin/samterm USE64BITS=${USE64BITS} }