diff options
author | marino <marino@pkgsrc.org> | 2012-01-29 15:54:40 +0000 |
---|---|---|
committer | marino <marino@pkgsrc.org> | 2012-01-29 15:54:40 +0000 |
commit | 86df5ca80981c4e4689afee6d05c9c5cc27c731b (patch) | |
tree | 7be60522e6372e5e2ce21fb0bb6cbb8dd53d3ea1 /wm | |
parent | 8ee8f2d8f3c8f23d716040b805d28164c91412f8 (diff) | |
download | pkgsrc-86df5ca80981c4e4689afee6d05c9c5cc27c731b.tar.gz |
wm/awesome: Fix indirect linking error on DragonFly
Diffstat (limited to 'wm')
-rw-r--r-- | wm/awesome/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/wm/awesome/Makefile b/wm/awesome/Makefile index 694c1edf3b6..28b523f798a 100644 --- a/wm/awesome/Makefile +++ b/wm/awesome/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2011/11/01 06:02:41 sbd Exp $ +# $NetBSD: Makefile,v 1.23 2012/01/29 15:54:40 marino Exp $ # DISTNAME= awesome-2.3.6 @@ -21,6 +21,8 @@ GNU_CONFIGURE= yes USE_TOOLS+= pkg-config PKG_DESTDIR_SUPPORT= user-destdir +LDFLAGS.DragonFly= -lX11 -lXext + post-install: ${INSTALL_DATA_DIR} ${DESTDIR}${EGDIR} ${INSTALL_DATA} ${WRKSRC}/awesomerc ${DESTDIR}${EGDIR} |