pkgsrc-Changes archive

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

CVS commit: pkgsrc/comms/qodem



Module Name:    pkgsrc
Committed By:   fcambus
Date:           Thu May 12 08:39:48 UTC 2022

Modified Files:
        pkgsrc/comms/qodem: Makefile

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/comms/qodem/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/comms/qodem/Makefile
diff -u pkgsrc/comms/qodem/Makefile:1.4 pkgsrc/comms/qodem/Makefile:1.5
--- pkgsrc/comms/qodem/Makefile:1.4     Tue Mar 16 17:00:40 2021
+++ pkgsrc/comms/qodem/Makefile Thu May 12 08:39:48 2022
@@ -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"



Home | Main Index | Thread Index | Old Index