From 43f3e26a4be46b468254cba26c0d4096a5628949 Mon Sep 17 00:00:00 2001 From: marino Date: Sat, 12 Jan 2013 11:24:43 +0000 Subject: wm/fvwm: LDFLAGS.DragonFly+= -lX11 --- wm/fvwm/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'wm') diff --git a/wm/fvwm/Makefile b/wm/fvwm/Makefile index 97a6de06f5b..0db562cc019 100644 --- a/wm/fvwm/Makefile +++ b/wm/fvwm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2012/10/23 10:24:14 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2013/01/12 11:24:43 marino Exp $ DISTNAME= fvwm-${FVWM_VER} PKGREVISION= 5 @@ -39,6 +39,8 @@ CONFIGURE_ARGS+= --with-imagepath=${PREFIX:Q}/lib/X11/fvwm2/pixmaps:${X11BASE:Q} # We don't want to have CPP from the buildlink directory CONFIGURE_ENV+= ac_cv_path_FVWM_CPP=${CPP:Q} +LDFLAGS.DragonFly+= -lX11 + post-extract: mkdir ${WRKDIR:Q}/icons cd ${WRKDIR:Q}/icons && tar -xzf ${DISTDIR:Q}/fvwm_icons.tgz -- cgit v1.2.3