diff options
author | marino <marino> | 2012-01-24 23:30:48 +0000 |
---|---|---|
committer | marino <marino> | 2012-01-24 23:30:48 +0000 |
commit | 92cca5efd71e174b3e3221dafa51ef2f0a01d64c (patch) | |
tree | 497b08f24b8458ce3ae031decc8563fbdc391699 /cad | |
parent | 6d28638cc587a08a46184c80f7fb514112165c52 (diff) | |
download | pkgsrc-92cca5efd71e174b3e3221dafa51ef2f0a01d64c.tar.gz |
cad/gwave: Fix indirect linking error on DragonFly only
Diffstat (limited to 'cad')
-rw-r--r-- | cad/gwave/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cad/gwave/Makefile b/cad/gwave/Makefile index 4139c1119f9..3ea8476eb9c 100644 --- a/cad/gwave/Makefile +++ b/cad/gwave/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2011/11/01 06:00:44 sbd Exp $ +# $NetBSD: Makefile,v 1.42 2012/01/24 23:30:48 marino Exp $ # DISTNAME= gwave2-20090213 @@ -23,6 +23,8 @@ USE_TOOLS+= perl pkg-config EVAL_PREFIX+= GRAPHDIR=plotutils CONFIGURE_ENV+= GRAPH=${GRAPHDIR}/bin/graph +LDFLAGS.DragonFly= -lX11 + # make this file get rebuilt in a way that gcc3 can deal with #post-extract: # ${RM} ${WRKSRC}/src/init_scheme_string.c |