summaryrefslogtreecommitdiff
path: root/emulators/simulavr
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2021-09-22 02:35:40 +0000
committermef <mef@pkgsrc.org>2021-09-22 02:35:40 +0000
commit54bbb25cf0631dec7cb91e2fee47bceaa5694f7a (patch)
tree9dcf4f245c13b4ffc1b1abc50487f2744902bd0a /emulators/simulavr
parenta7ae4244b3228cae9905fec369a05adf21f31b7a (diff)
downloadpkgsrc-54bbb25cf0631dec7cb91e2fee47bceaa5694f7a.tar.gz
(cross/avr-binutls, emulater/simulvar) Fix libiberty issue
Diffstat (limited to 'emulators/simulavr')
-rw-r--r--emulators/simulavr/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/simulavr/Makefile b/emulators/simulavr/Makefile
index a8e8ead7016..c0a865727bd 100644
--- a/emulators/simulavr/Makefile
+++ b/emulators/simulavr/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2020/05/31 14:11:42 mef Exp $
+# $NetBSD: Makefile,v 1.32 2021/09/22 02:35:40 mef Exp $
#
DISTNAME= simulavr-1.0.0
PKGREVISION= 5
@@ -16,7 +16,7 @@ BUILD_DEPENDS+= avr-libc-[0-9]*:../../cross/avr-libc
CONFIGURE_ARGS+= --disable-tests
CONFIGURE_ARGS+= --enable-python=python${PYVERSSUFFIX}
CONFIGURE_ARGS+= --with-bfd=${PREFIX}/avr
-CONFIGURE_ARGS+= --with-libiberty=${PREFIX}/lib/gcc/avr
+CONFIGURE_ARGS+= --with-libiberty=${PREFIX}/avr/lib/libiberty
CONFIGURE_ENV+= TEX=no
# Following line does not work yet (examples/python directory)