summaryrefslogtreecommitdiff
path: root/community/simh
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-11-24 11:07:35 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-11-24 11:07:35 -0300
commit8d32e471d53634b308adf93007922a6ccbd2b830 (patch)
tree606fdcd5508936ffdfc7cf510a16b7324c2792e2 /community/simh
parent4c9d76f582ae64854e30113e7f7dc621af3db820 (diff)
parent1e1e4927b05d9b242bfe83794e3a98ab2c8f79ef (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/augeas/PKGBUILD community/chmsee/PKGBUILD community/cupsddk/PKGBUILD community/optipng/PKGBUILD community/pcb/PKGBUILD community/taglib-rcc/PKGBUILD community/wmctrl/PKGBUILD extra/c-ares/PKGBUILD multilib/lib32-freetype2/PKGBUILD
Diffstat (limited to 'community/simh')
-rw-r--r--community/simh/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/simh/PKGBUILD b/community/simh/PKGBUILD
index 64ec9c90c..e1edd93e9 100644
--- a/community/simh/PKGBUILD
+++ b/community/simh/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 20494 2010-07-08 14:10:57Z spupykin $
+# $Id: PKGBUILD 59085 2011-11-21 09:31:01Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: waterbear <st92.at.freeshell.org>
@@ -13,7 +13,7 @@ license=("BSD")
depends=("libpcap" "glibc")
makedepends=("unzip")
install=simh.install
-source=("http://simh.trailing-edge.com/sources/simhv${_pkgver}.zip" \
+source=("http://simh.trailing-edge.com/sources/simhv${_pkgver}.zip"
"LICENSE")
md5sums=('e15f65a82e21ea49e14b438326d93d5c'
'd56eefa5d020ee2b77d21280fef80e3d')
@@ -23,7 +23,7 @@ build() {
mkdir BIN || true
find ./VAX -type f -exec sed -i 's#SIM_INLINE##' {} \;
- make USE_NETWORK=1 NETWORK_OPT='-DUSE_NETWORK -isystem /usr/include /usr/lib/libpcap.a -lnl' || exit 1
+ make USE_NETWORK=1 NETWORK_OPT='-DUSE_NETWORK -isystem /usr/include -lpcap -lnl' || exit 1
mkdir -p $pkgdir/usr/bin
cd BIN