pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/emacs26



Module Name:    pkgsrc
Committed By:   markd
Date:           Sat Aug 31 05:07:35 UTC 2019

Modified Files:
        pkgsrc/editors/emacs26: options.mk

Log Message:
emacs26: gtk2 and gtk3 options (at least) need libXdamage.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/editors/emacs26/options.mk

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

Modified files:

Index: pkgsrc/editors/emacs26/options.mk
diff -u pkgsrc/editors/emacs26/options.mk:1.6 pkgsrc/editors/emacs26/options.mk:1.7
--- pkgsrc/editors/emacs26/options.mk:1.6       Mon Jun  3 01:21:49 2019
+++ pkgsrc/editors/emacs26/options.mk   Sat Aug 31 05:07:35 2019
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.6 2019/06/03 01:21:49 chuck Exp $
+# $NetBSD: options.mk,v 1.7 2019/08/31 05:07:35 markd Exp $
 
 ### Set options
 PKG_OPTIONS_VAR=                       PKG_OPTIONS.emacs
@@ -151,6 +151,7 @@ CONFIGURE_ARGS+=    --with-x-toolkit=motif
 .include "../../graphics/png/buildlink3.mk"
 .include "../../x11/libSM/buildlink3.mk"
 .include "../../x11/libXaw/buildlink3.mk"
+.include "../../x11/libXdamage/buildlink3.mk"
 .include "../../x11/libXpm/buildlink3.mk"
 .include "../../x11/libXrender/buildlink3.mk"
 



Home | Main Index | Thread Index | Old Index