Mon May 18 22:18:42 2009 UTC ()
PKG_DESTDIR_SUPPORT needs to be before .include "options.mk"


(abs)
diff -r1.78 -r1.79 pkgsrc/graphics/gd/Makefile

cvs diff -r1.78 -r1.79 pkgsrc/graphics/gd/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/gd/Makefile 2009/04/12 00:29:26 1.78
+++ pkgsrc/graphics/gd/Makefile 2009/05/18 22:18:42 1.79
@@ -1,29 +1,29 @@ @@ -1,29 +1,29 @@
1# $NetBSD: Makefile,v 1.78 2009/04/12 00:29:26 sno Exp $ 1# $NetBSD: Makefile,v 1.79 2009/05/18 22:18:42 abs Exp $
2 2
3DISTNAME= gd-2.0.35 3DISTNAME= gd-2.0.35
4PKGREVISION= 1 4PKGREVISION= 1
5CATEGORIES= graphics 5CATEGORIES= graphics
6MASTER_SITES= http://www.libgd.org/releases/ 6MASTER_SITES= http://www.libgd.org/releases/
7EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.bz2
8 8
9MAINTAINER= adam@NetBSD.org 9MAINTAINER= adam@NetBSD.org
10HOMEPAGE= http://www.libgd.org/ 10HOMEPAGE= http://www.libgd.org/
11COMMENT= Graphics library for the dynamic creation of images 11COMMENT= Graphics library for the dynamic creation of images
12 12
13.include "options.mk" 
14 
15PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
16 14
 15.include "options.mk"
 16
17# fails in test not finding libgd.a 17# fails in test not finding libgd.a
18MAKE_JOBS_SAFE= no 18MAKE_JOBS_SAFE= no
19 19
20PKG_INSTALLATION_TYPES= overwrite pkgviews 20PKG_INSTALLATION_TYPES= overwrite pkgviews
21 21
22USE_LIBTOOL= yes 22USE_LIBTOOL= yes
23USE_TOOLS+= perl:run 23USE_TOOLS+= perl:run
24GNU_CONFIGURE= yes 24GNU_CONFIGURE= yes
25REPLACE_PERL+= bdftogd 25REPLACE_PERL+= bdftogd
26PTHREAD_AUTO_VARS= yes 26PTHREAD_AUTO_VARS= yes
27 27
28.include "../../devel/zlib/buildlink3.mk" 28.include "../../devel/zlib/buildlink3.mk"
29.include "../../fonts/fontconfig/buildlink3.mk" 29.include "../../fonts/fontconfig/buildlink3.mk"