summaryrefslogtreecommitdiff
path: root/community/freehdl/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/freehdl/PKGBUILD')
-rw-r--r--community/freehdl/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/community/freehdl/PKGBUILD b/community/freehdl/PKGBUILD
index 37dda4b18..21eda19dd 100644
--- a/community/freehdl/PKGBUILD
+++ b/community/freehdl/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 70171 2012-05-01 11:23:50Z andrea $
+# $Id: PKGBUILD 74820 2012-08-06 09:08:00Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Neil Darlow <neil@darlow.co.uk>
# Contributor: Jens Maucher <defcon@archlinux.us>
pkgname=freehdl
pkgver=0.0.8
-pkgrel=3
+pkgrel=4
pkgdesc='An open-source (C++ generating) VHDL simulator'
arch=('i686' 'x86_64')
url='http://freehdl.seul.org'
@@ -19,6 +19,7 @@ md5sums=('aa1382b8b5c6a972e9652c648a9278b5')
build() {
cd "${srcdir}"/$pkgname-$pkgver
+ sed -i 's|my $cpplibs = .*|my $cpplibs = "-lm -lfreehdl-kernel -lfreehdl-std";|g' v2cc/gvhdl-local v2cc/gvhdl.in
./configure --prefix=/usr
make
}