pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/wm/qvwm
Module Name: pkgsrc
Committed By: nia
Date: Fri May 14 10:55:34 UTC 2021
Modified Files:
pkgsrc/wm/qvwm: Makefile
Log Message:
qvwm: alsa support is broken
To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/wm/qvwm/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/wm/qvwm/Makefile
diff -u pkgsrc/wm/qvwm/Makefile:1.42 pkgsrc/wm/qvwm/Makefile:1.43
--- pkgsrc/wm/qvwm/Makefile:1.42 Sat Oct 10 20:11:51 2020
+++ pkgsrc/wm/qvwm/Makefile Fri May 14 10:55:34 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2020/10/10 20:11:51 nia Exp $
+# $NetBSD: Makefile,v 1.43 2021/05/14 10:55:34 nia Exp $
DISTNAME= qvwm-1.1.12
CATEGORIES= wm
@@ -16,18 +16,10 @@ USE_LANGUAGES= c c++03
# Avoid embedding relative paths into the binary.
CONFIGURE_ENV+= ac_cv_path_PATH_RM=${RM}
+CONFIGURE_ARGS+= --without-alsa
CONFIGURE_ARGS+= --without-imlib
CONFIGURE_ARGS+= --without-esd
-.include "../../mk/bsd.prefs.mk"
-
-.if ${OPSYS} == "Linux"
-CONFIGURE_ARGS+= --with-alsa
-. include "../../audio/alsa-lib/buildlink3.mk"
-.else
-CONFIGURE_ARGS+= --without-alsa
-.endif
-
.include "../../x11/libICE/buildlink3.mk"
.include "../../x11/libSM/buildlink3.mk"
.include "../../x11/libXScrnSaver/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index