pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/comms/qodem qodem: apply --disable-gpm unconditionally...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c72fc8ee3d72
branches:  trunk
changeset: 379158:c72fc8ee3d72
user:      fcambus <fcambus%pkgsrc.org@localhost>
date:      Thu May 12 08:39:48 2022 +0000

description:
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:

 comms/qodem/Makefile |  10 ++--------
 1 files changed, 2 insertions(+), 8 deletions(-)

diffs (24 lines):

diff -r 2d368816ebb9 -r c72fc8ee3d72 comms/qodem/Makefile
--- a/comms/qodem/Makefile      Thu May 12 08:20:36 2022 +0000
+++ b/comms/qodem/Makefile      Thu May 12 08:39:48 2022 +0000
@@ -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 @@
 
 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"



Home | Main Index | Thread Index | Old Index