pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/vim-motif



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Thu Feb 29 19:33:31 UTC 2024

Modified Files:
        pkgsrc/editors/vim-motif: Makefile

Log Message:
vim-motif: fix detection of Motif library

Add GUI_INC_LOC and GUI_LIB_LOC arguments to configure, so that
it actually finds Motif and compiles a GUI.

>From Robert Whitlock in PR pkg/57091.


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/editors/vim-motif/Makefile

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

Modified files:

Index: pkgsrc/editors/vim-motif/Makefile
diff -u pkgsrc/editors/vim-motif/Makefile:1.43 pkgsrc/editors/vim-motif/Makefile:1.44
--- pkgsrc/editors/vim-motif/Makefile:1.43      Sat Sep 16 12:43:14 2023
+++ pkgsrc/editors/vim-motif/Makefile   Thu Feb 29 19:33:31 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2023/09/16 12:43:14 rhialto Exp $
+# $NetBSD: Makefile,v 1.44 2024/02/29 19:33:31 bsiegert Exp $
 
 PKGNAME=               vim-motif-${VIM_VERSION}.${VIM_PATCHLEVEL}
 
@@ -10,6 +10,8 @@ DEPENDS+=             vim-share-${VIM_VERSION}.${VI
 CONFLICTS+=            vim-[0-9]* vim-gtk2-[0-9]* vim-gtk3-[0-9]*
 
 CONFIGURE_ARGS+=       --enable-gui=motif
+CONFIGURE_ARGS+=       GUI_INC_LOC=-I${MOTIFBASE:Q}/include
+CONFIGURE_ARGS+=       GUI_LIB_LOC=-L${MOTIFBASE:Q}/lib
 CONFIGURE_ARGS+=       --with-tlib=${BUILDLINK_LIBNAME.termcap}
 
 CONFIGURE_ENV+=                MOTIFBASE=${MOTIFBASE}



Home | Main Index | Thread Index | Old Index