aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-07-15 15:02:08 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-07-15 15:02:08 +0000
commitff616d55613c724ef10213dc9047de568fe2fb93 (patch)
tree70a5a34c73d33234457e0a5bc3a5a1e959050d44
parentea8b4e3d878d38e4a07c99e80ff51540428e7855 (diff)
downloadalpine_aports-ff616d55613c724ef10213dc9047de568fe2fb93.tar.bz2
alpine_aports-ff616d55613c724ef10213dc9047de568fe2fb93.tar.xz
alpine_aports-ff616d55613c724ef10213dc9047de568fe2fb93.zip
main/hylafax: do not use uclibc++
-rw-r--r--main/hylafax/APKBUILD10
1 files changed, 4 insertions, 6 deletions
diff --git a/main/hylafax/APKBUILD b/main/hylafax/APKBUILD
index 06a868b933..419aebc917 100644
--- a/main/hylafax/APKBUILD
+++ b/main/hylafax/APKBUILD
@@ -2,17 +2,16 @@
2# Maintainer: Cameron Banta <cbanta@gmail.com> 2# Maintainer: Cameron Banta <cbanta@gmail.com>
3pkgname=hylafax 3pkgname=hylafax
4pkgver=4.4.4 4pkgver=4.4.4
5pkgrel=1 5pkgrel=2
6pkgdesc="Sends and receives faxes" 6pkgdesc="Sends and receives faxes"
7url="http://www.hylafax.org/" 7url="http://www.hylafax.org/"
8license="custom" 8license="custom"
9#depends on gcc for libgcc_s.so, it's scripts are hardcoded to bash 9#depends on gcc for libgcc_s.so, it's scripts are hardcoded to bash
10depends="ghostscript bash" 10depends="ghostscript bash"
11makedepends="zlib-dev tiff-dev uclibc++-dev" 11makedepends="zlib-dev tiff-dev"
12install="hylafax.post-install" 12install="hylafax.post-install"
13subpackages="$pkgname-doc" 13subpackages="$pkgname-doc"
14source="ftp://ftp.hylafax.org/source/$pkgname-$pkgver.tar.gz 14source="ftp://ftp.hylafax.org/source/$pkgname-$pkgver.tar.gz
15 $install
16 " 15 "
17 16
18build() { 17build() {
@@ -24,8 +23,8 @@ build() {
24 23
25 # the configure script does not handle ccache or distcc 24 # the configure script does not handle ccache or distcc
26 export CC=gcc 25 export CC=gcc
26 export CXX=g++
27 ./configure --nointeractive --disable-pam \ 27 ./configure --nointeractive --disable-pam \
28 --with-CXX=/usr/bin/g++-uc \
29 --with-DIR_BIN=/usr/bin \ 28 --with-DIR_BIN=/usr/bin \
30 --with-DIR_SBIN=/usr/sbin \ 29 --with-DIR_SBIN=/usr/sbin \
31 --with-DIR_LIB=/usr/lib \ 30 --with-DIR_LIB=/usr/lib \
@@ -78,5 +77,4 @@ build() {
78 # - which the user runs after install 77 # - which the user runs after install
79} 78}
80 79
81md5sums="4beb3d438ca6c4f00f1d94f9643e6668 hylafax-4.4.4.tar.gz 80md5sums="4beb3d438ca6c4f00f1d94f9643e6668 hylafax-4.4.4.tar.gz"
82a3553e6fc4de30e80759abe5c663c85b hylafax.post-install"