diff options
author | recht <recht> | 2004-01-21 17:43:55 +0000 |
---|---|---|
committer | recht <recht> | 2004-01-21 17:43:55 +0000 |
commit | 3b615d38132f668a1b6f098d7f848fb0d52e5ae8 (patch) | |
tree | 7e96cde7c608267875bb728d5a0dab9772908905 /editors/elvis-x11 | |
parent | 1be01ac4183eed8b95caf2b49c8495ccd16704a8 (diff) | |
download | pkgsrc-3b615d38132f668a1b6f098d7f848fb0d52e5ae8.tar.gz |
Fix a build/linking problem wrt Xft2.
Reported by Peter Bex.
Diffstat (limited to 'editors/elvis-x11')
-rw-r--r-- | editors/elvis-x11/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/elvis-x11/Makefile b/editors/elvis-x11/Makefile index 645925d171e..13f25fbc204 100644 --- a/editors/elvis-x11/Makefile +++ b/editors/elvis-x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2004/01/20 22:48:07 recht Exp $ +# $NetBSD: Makefile,v 1.3 2004/01/21 17:43:55 recht Exp $ # .include "../elvis/Makefile.common" @@ -13,7 +13,8 @@ USE_X11= YES CONFIGURE_ARGS+= --with-x=yes CONFIGURE_ARGS+= --with-xft -MAKEFLAGS+= CC="${CC} -I${LOCALBASE}/include/freetype2 ${CFLAGS}" +#MAKEFLAGS+= CC="${CC} -I${LOCALBASE}/include/freetype2 ${CFLAGS}" .include "../../fonts/Xft2/buildlink2.mk" +.include "../../graphics/xpm/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |