diff options
| author | fcambus <fcambus@pkgsrc.org> | 2022-05-12 08:39:48 +0000 |
|---|---|---|
| committer | fcambus <fcambus@pkgsrc.org> | 2022-05-12 08:39:48 +0000 |
| commit | 35bc4948450e4d67a1ba31cde77ea72fa07a2d47 (patch) | |
| tree | bc5d50c7d4df09672cb2707dd6c6a8d624b121e7 /comms | |
| parent | a8f00aed7b8775fd4c86c4a9a0c29ea795065992 (diff) | |
| download | pkgsrc-35bc4948450e4d67a1ba31cde77ea72fa07a2d47.tar.gz | |
qodem: apply --disable-gpm unconditionally in CONFIGURE_ARGS.
We do not have a package for libgpm in pkgsrc, so this previously failed
on Linux anyway.
Diffstat (limited to 'comms')
| -rw-r--r-- | comms/qodem/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/comms/qodem/Makefile b/comms/qodem/Makefile index c7e6648f719..c04344fc9bb 100644 --- a/comms/qodem/Makefile +++ b/comms/qodem/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2021/03/16 17:00:40 fcambus Exp $ +# $NetBSD: Makefile,v 1.5 2022/05/12 08:39:48 fcambus Exp $ DISTNAME= qodem-1.0.1 CATEGORIES= comms @@ -11,13 +11,7 @@ LICENSE= cc0-1.0-universal GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --disable-sdl --disable-upnp - -.include "../../mk/bsd.prefs.mk" - -.if ${OPSYS} != "Linux" -CONFIGURE_ARGS+= --disable-gpm -.endif +CONFIGURE_ARGS+= --disable-gpm --disable-sdl --disable-upnp .include "../../devel/ncursesw/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |
