summaryrefslogtreecommitdiff
path: root/wm/fvwm
diff options
context:
space:
mode:
authormarino <marino>2013-01-12 11:24:43 +0000
committermarino <marino>2013-01-12 11:24:43 +0000
commit5da0d25f20681bf432bde857b13da8c250b493ea (patch)
tree0396b3fc76d76e216df312389ea125a9a4934554 /wm/fvwm
parent612ad82a9e59df779190fd28a2346f9de12273da (diff)
downloadpkgsrc-5da0d25f20681bf432bde857b13da8c250b493ea.tar.gz
wm/fvwm: LDFLAGS.DragonFly+= -lX11
Diffstat (limited to 'wm/fvwm')
-rw-r--r--wm/fvwm/Makefile4
1 files changed, 3 insertions, 1 deletions
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