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:   ryoon
Date:           Wed Sep  4 14:00:21 UTC 2019

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

Log Message:
Fix build with gtk2 or gtk3 options


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 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.9 pkgsrc/editors/emacs26/options.mk:1.10
--- pkgsrc/editors/emacs26/options.mk:1.9       Tue Sep  3 16:35:54 2019
+++ pkgsrc/editors/emacs26/options.mk   Wed Sep  4 14:00:20 2019
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.9 2019/09/03 16:35:54 gdt Exp $
+# $NetBSD: options.mk,v 1.10 2019/09/04 14:00:20 ryoon Exp $
 
 ### Set options
 PKG_OPTIONS_VAR=                       PKG_OPTIONS.emacs
@@ -127,10 +127,13 @@ CONFIGURE_ARGS+=  --without-xft --without
        empty(PKG_OPTIONS:Mmotif))
 # defaults to gtk3
 USE_TOOLS+=            pkg-config
+.include "../../graphics/MesaLib/buildlink3.mk"
+.include "../../x11/libXdamage/buildlink3.mk"
 .include "../../x11/gtk3/buildlink3.mk"
 CONFIGURE_ARGS+=       --with-x-toolkit=gtk3
 .  elif !empty(PKG_OPTIONS:Mgtk2) || !empty(PKG_OPTIONS:Mgtk)
 USE_TOOLS+=            pkg-config
+.include "../../x11/libXdamage/buildlink3.mk"
 .include "../../x11/gtk2/buildlink3.mk"
 CONFIGURE_ARGS+=       --with-x-toolkit=gtk2
 .  elif !empty(PKG_OPTIONS:Mxaw)



Home | Main Index | Thread Index | Old Index