diff options
author | marino <marino@pkgsrc.org> | 2012-01-24 23:30:48 +0000 |
---|---|---|
committer | marino <marino@pkgsrc.org> | 2012-01-24 23:30:48 +0000 |
commit | fc5663316ab7c017de1cc8e2aaf68d210d3c700e (patch) | |
tree | 497b08f24b8458ce3ae031decc8563fbdc391699 /cad/gwave | |
parent | 1b0b35b33e934915153e34fc875029f1363991e0 (diff) | |
download | pkgsrc-fc5663316ab7c017de1cc8e2aaf68d210d3c700e.tar.gz |
cad/gwave: Fix indirect linking error on DragonFly only
Diffstat (limited to 'cad/gwave')
-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 |