tech-pkg archive

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

editor/elvis-x11 modular fix



Hello list!

Surprisingly, I have found a package which had problems with modular Xorg. The 
following patch fixes the build:

Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/editors/elvis-x11/Makefile,v
retrieving revision 1.12
diff -u -r1.12 Makefile
--- Makefile    22 Feb 2007 19:26:25 -0000      1.12
+++ Makefile    10 Jan 2008 16:13:10 -0000
 -11,9 +11,12 @@
 
 CONFIGURE_ARGS+=       --with-x=yes
 CONFIGURE_ARGS+=       --with-xft
+CONFIGURE_ARGS+=       --x-includes=${X11BASE}/include
+CONFIGURE_ARGS+=       --x-libraries=${X11BASE}/lib
 
 #MAKEFLAGS+=   CC="${CC} -I${LOCALBASE}/include/freetype2 ${CFLAGS}"
 
 .include "../../x11/libXft/buildlink3.mk"
+.include "../../x11/libXt/buildlink3.mk"
 .include "../../x11/libXpm/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index