diff options
author | marino <marino@pkgsrc.org> | 2012-01-24 23:55:57 +0000 |
---|---|---|
committer | marino <marino@pkgsrc.org> | 2012-01-24 23:55:57 +0000 |
commit | c01520a367115fab16f28914cb3d06e5d0a915fa (patch) | |
tree | 180d255a4a3f4e6cdaa3069a03e1a0b6939df3e3 /comms | |
parent | d613e31217b2dd71c796f637271c25ed72fc4d85 (diff) | |
download | pkgsrc-c01520a367115fab16f28914cb3d06e5d0a915fa.tar.gz |
comms/efax-gtk: Fix indirect linking error on DragonFly only
Diffstat (limited to 'comms')
-rw-r--r-- | comms/efax-gtk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/efax-gtk/Makefile b/comms/efax-gtk/Makefile index eaea506cd52..80ac2157619 100644 --- a/comms/efax-gtk/Makefile +++ b/comms/efax-gtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2011/11/01 06:00:48 sbd Exp $ +# $NetBSD: Makefile,v 1.53 2012/01/24 23:55:57 marino Exp $ DISTNAME= efax-gtk-3.2.3.src PKGNAME= efax-gtk-3.2.3 @@ -20,6 +20,7 @@ USE_TOOLS+= pkg-config GNU_CONFIGURE= yes CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} CONFIGURE_ARGS+= --with-spooldir=${VARBASE}/spool/efax +LDFLAGS.DragonFly= -lX11 EGDIR= ${PREFIX}/share/examples CONF_FILES= ${EGDIR}/efax-gtkrc ${PKG_SYSCONFDIR}/efax-gtkrc |