From 891f44722456b693d99b397f7e332a9ed68a47a2 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 25 Mar 2012 00:02:31 +0000 Subject: Sun Mar 25 00:02:31 UTC 2012 --- community/9base/PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'community/9base/PKGBUILD') diff --git a/community/9base/PKGBUILD b/community/9base/PKGBUILD index 7b04adec0..a38a266bd 100644 --- a/community/9base/PKGBUILD +++ b/community/9base/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 65679 2012-02-21 21:15:24Z cbrannon $ +# $Id: PKGBUILD 68390 2012-03-23 21:00:56Z cbrannon $ # Maintainer: Chris Brannon # Contributor: Jeff Mickey # Contributor: Aaron, phrakture, Griffin @@ -6,7 +6,7 @@ pkgname=9base pkgver=6 -pkgrel=3 +pkgrel=4 pkgdesc="Port of various original Plan9 tools to unix" url="http://tools.suckless.org/9base" source=(http://dl.suckless.org/tools/$pkgname-$pkgver.tar.gz 9 plan9.sh) @@ -26,6 +26,7 @@ build() esac sed -i 's#^PREFIX\s.*$#PREFIX = /opt/plan9#' config.mk + sed -i 's#^CFLAGS\s*+=#CFLAGS += -DPLAN9PORT #' config.mk # Force dynamic linking. Several of the programs in 9base won't work # when statically linked against the latest glibc. -- cgit v1.2.3-54-g00ecf