summaryrefslogtreecommitdiff
path: root/community/9base
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-03-25 10:16:01 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2012-03-25 10:16:01 +0200
commit77425e418fa3a0ad0ddf41a4d3adcfe08ba9ac88 (patch)
tree95d18e80c36222043f998fe63f8f76ae21ac1dd9 /community/9base
parent493ce1a24e001f088219cdf7b8753b00155e4051 (diff)
parent891f44722456b693d99b397f7e332a9ed68a47a2 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: extra/mpd/PKGBUILD extra/msmtp/PKGBUILD gnome-unstable/clutter-gtk/PKGBUILD gnome-unstable/telepathy-gabble/PKGBUILD gnome-unstable/telepathy-glib/PKGBUILD testing/dhcpcd/PKGBUILD
Diffstat (limited to 'community/9base')
-rw-r--r--community/9base/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/community/9base/PKGBUILD b/community/9base/PKGBUILD
index 23422fcd4..4a40a0267 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 <cmbrannon79@gmail.com>
# Contributor: Jeff Mickey <j@codemac.net>
# Contributor: Aaron, phrakture, Griffin <aaron@archlinux.org>
@@ -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.