Tue Jan 24 23:30:48 2012 UTC ()
cad/gwave: Fix indirect linking error on DragonFly only


(marino)
diff -r1.41 -r1.42 pkgsrc/cad/gwave/Makefile

cvs diff -r1.41 -r1.42 pkgsrc/cad/gwave/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/cad/gwave/Attic/Makefile 2011/11/01 06:00:44 1.41
+++ pkgsrc/cad/gwave/Attic/Makefile 2012/01/24 23:30:48 1.42
@@ -1,33 +1,35 @@ @@ -1,33 +1,35 @@
1# $NetBSD: Makefile,v 1.41 2011/11/01 06:00:44 sbd Exp $ 1# $NetBSD: Makefile,v 1.42 2012/01/24 23:30:48 marino Exp $
2# 2#
3 3
4DISTNAME= gwave2-20090213 4DISTNAME= gwave2-20090213
5PKGNAME= ${DISTNAME:S/gwave2/gwave/} 5PKGNAME= ${DISTNAME:S/gwave2/gwave/}
6PKGREVISION= 1 6PKGREVISION= 1
7CATEGORIES= cad 7CATEGORIES= cad
8MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gwave/} 8MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gwave/}
9 9
10MAINTAINER= dmcmahill@NetBSD.org 10MAINTAINER= dmcmahill@NetBSD.org
11HOMEPAGE= http://gwave.sourceforge.net 11HOMEPAGE= http://gwave.sourceforge.net
12COMMENT= Viewer for spice-like simulator output and other analog data 12COMMENT= Viewer for spice-like simulator output and other analog data
13LICENSE= gnu-gpl-v2 13LICENSE= gnu-gpl-v2
14 14
15PKG_DESTDIR_SUPPORT= user-destdir 15PKG_DESTDIR_SUPPORT= user-destdir
16 16
17MAKE_JOBS_SAFE= no 17MAKE_JOBS_SAFE= no
18 18
19GNU_CONFIGURE= YES 19GNU_CONFIGURE= YES
20USE_LIBTOOL= yes 20USE_LIBTOOL= yes
21USE_TOOLS+= perl pkg-config 21USE_TOOLS+= perl pkg-config
22 22
23EVAL_PREFIX+= GRAPHDIR=plotutils 23EVAL_PREFIX+= GRAPHDIR=plotutils
24CONFIGURE_ENV+= GRAPH=${GRAPHDIR}/bin/graph 24CONFIGURE_ENV+= GRAPH=${GRAPHDIR}/bin/graph
25 25
 26LDFLAGS.DragonFly= -lX11
 27
26# make this file get rebuilt in a way that gcc3 can deal with 28# make this file get rebuilt in a way that gcc3 can deal with
27#post-extract: 29#post-extract:
28# ${RM} ${WRKSRC}/src/init_scheme_string.c 30# ${RM} ${WRKSRC}/src/init_scheme_string.c
29 31
30.include "../../devel/guile-gnome/buildlink3.mk" 32.include "../../devel/guile-gnome/buildlink3.mk"
31.include "../../graphics/plotutils/buildlink3.mk" 33.include "../../graphics/plotutils/buildlink3.mk"
32.include "../../x11/gtk2/buildlink3.mk" 34.include "../../x11/gtk2/buildlink3.mk"
33.include "../../mk/bsd.pkg.mk" 35.include "../../mk/bsd.pkg.mk"