pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/editors
Module Name: pkgsrc
Committed By: hauke
Date: Mon Jun 26 18:21:08 UTC 2023
Modified Files:
pkgsrc/editors/xemacs: Makefile.common
pkgsrc/editors/xemacs-current: Makefile.common
Log Message:
Fix an old typo -- if an underscore in place of a dash has ever
worked, it does not any more.
To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/editors/xemacs/Makefile.common
cvs rdiff -u -r1.21 -r1.22 pkgsrc/editors/xemacs-current/Makefile.common
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/editors/xemacs/Makefile.common
diff -u pkgsrc/editors/xemacs/Makefile.common:1.38 pkgsrc/editors/xemacs/Makefile.common:1.39
--- pkgsrc/editors/xemacs/Makefile.common:1.38 Sun Oct 3 17:53:11 2021
+++ pkgsrc/editors/xemacs/Makefile.common Mon Jun 26 18:21:08 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.38 2021/10/03 17:53:11 hauke Exp $
+# $NetBSD: Makefile.common,v 1.39 2023/06/26 18:21:08 hauke Exp $
#
# used by editors/xemacs-nox11/Makefile
# used by editors/xemacs/Makefile
@@ -58,7 +58,7 @@ CPPFLAGS+= -DTERMINFO
.if ${OPSYS} == "SunOS"
. if !exists(/usr/demo/SOUND/libaudio.a) && \
!exists(/usr/demo/SOUND/lib/libaudio.a)
-CONFIGURE_ARGS+= --with_sound=none
+CONFIGURE_ARGS+= --with-sound=none
. endif
.endif
Index: pkgsrc/editors/xemacs-current/Makefile.common
diff -u pkgsrc/editors/xemacs-current/Makefile.common:1.21 pkgsrc/editors/xemacs-current/Makefile.common:1.22
--- pkgsrc/editors/xemacs-current/Makefile.common:1.21 Tue Jun 20 20:45:42 2023
+++ pkgsrc/editors/xemacs-current/Makefile.common Mon Jun 26 18:21:08 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.21 2023/06/20 20:45:42 hauke Exp $
+# $NetBSD: Makefile.common,v 1.22 2023/06/26 18:21:08 hauke Exp $
#
# used by editors/xemacs-current/Makefile
# used by editors/xemacs-current-nox11/Makefile
@@ -59,7 +59,7 @@ CPPFLAGS+= -DTERMINFO
.if ${OPSYS} == "SunOS"
. if !exists(/usr/demo/SOUND/libaudio.a) && \
!exists(/usr/demo/SOUND/lib/libaudio.a)
-CONFIGURE_ARGS+= --with_sound=none
+CONFIGURE_ARGS+= --with-sound=none
. endif
.endif
Home |
Main Index |
Thread Index |
Old Index