summaryrefslogtreecommitdiff
path: root/gcolor2
diff options
context:
space:
mode:
authorJose V Beneyto <sepen@crux.nu>2010-10-18 16:50:16 +0200
committerJose V Beneyto <sepen@crux.nu>2010-10-18 16:50:16 +0200
commit2002ff722a6f33fb6f1d1971434a3e80ac443daa (patch)
treec5966bb21f377684bb65a14c08fe6d514bcd0e86 /gcolor2
parent6182e537448398dac03c84958f7e6e9253900fb5 (diff)
downloadcontrib-2002ff722a6f33fb6f1d1971434a3e80ac443daa.tar.gz
contrib-2002ff722a6f33fb6f1d1971434a3e80ac443daa.tar.xz
gcolor2: fixed configure issues
Diffstat (limited to 'gcolor2')
-rw-r--r--gcolor2/Pkgfile6
1 files changed, 5 insertions, 1 deletions
diff --git a/gcolor2/Pkgfile b/gcolor2/Pkgfile
index aa26bb0e2..fbff07727 100644
--- a/gcolor2/Pkgfile
+++ b/gcolor2/Pkgfile
@@ -6,13 +6,17 @@
name=gcolor2
version=0.4
-release=2
+release=3
source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.bz2)
build() {
cd $name-$version
+
+ sed -i configure \
+ -e 's|gentoo_ltmain_version=.*|gentoo_ltmain_version="1.5.18"|'
./configure --prefix=/usr \
--disable-nls
+
make
make DESTDIR=$PKG install
}

Generated by cgit