From 1bbaefae03395a0b94148ebeaffdb63529485cd8 Mon Sep 17 00:00:00 2001 From: tron Date: Sat, 4 Sep 1999 23:25:03 +0000 Subject: Use Motif 1.2 compatible includes and libraries from "lesstif" package. --- www/Mosaic/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'www/Mosaic') diff --git a/www/Mosaic/Makefile b/www/Mosaic/Makefile index cf3448a39c1..66349ff8fdc 100644 --- a/www/Mosaic/Makefile +++ b/www/Mosaic/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 1999/06/07 21:40:20 tron Exp $ +# $NetBSD: Makefile,v 1.14 1999/09/04 23:25:03 tron Exp $ # FreeBSD Id: Makefile,v 1.15 1998/05/27 08:44:56 dburr Exp # @@ -22,9 +22,9 @@ USE_MOTIF= yes GNU_CONFIGURE= yes -LDFLAGS+= -L${X11BASE}/lib +LDFLAGS+= -L${X11BASE}/LessTif/Motif1.2/lib -L${X11BASE}/lib -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include -Dunix" +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/LessTif/Motif1.2/include -I${X11BASE}/include -Dunix" CONFIGURE_ARGS= --with-zdir=/usr --with-jpegdir=${LOCALBASE} --with-pngdir=${LOCALBASE} post-configure: -- cgit v1.2.3