From cbbdc71e20c12823e4877365da679398037dda2a Mon Sep 17 00:00:00 2001
From: Juan RP <xtraeme@gmail.com>
Date: Wed, 23 Jun 2010 01:05:18 +0200
Subject: [PATCH] doxygen: update to 1.7.0.

---
 .../doxygen/patches/doxyapp_link_to_libpthread.patch  | 11 +++++++++++
 srcpkgs/doxygen/template                              |  4 ++--
 2 files changed, 13 insertions(+), 2 deletions(-)
 create mode 100644 srcpkgs/doxygen/patches/doxyapp_link_to_libpthread.patch

diff --git a/srcpkgs/doxygen/patches/doxyapp_link_to_libpthread.patch b/srcpkgs/doxygen/patches/doxyapp_link_to_libpthread.patch
new file mode 100644
index 0000000000..fec4c59d32
--- /dev/null
+++ b/srcpkgs/doxygen/patches/doxyapp_link_to_libpthread.patch
@@ -0,0 +1,11 @@
+--- addon/doxyapp/Makefile.doxyapp.orig	2010-06-23 01:03:15.167342549 +0200
++++ addon/doxyapp/Makefile.doxyapp	2010-06-23 01:03:28.205223709 +0200
+@@ -14,7 +14,7 @@ CXXFLAGS=	-pipe -D_LARGEFILE_SOURCE -Wal
+ INCPATH	=	-I../../qtools -I../../src
+ LINK	=	g++
+ LFLAGS	=	-g
+-LIBS	=	-L../../lib -L../../lib -ldoxygen -lqtools -lmd5 -ldoxycfg -lpng 
++LIBS	=	-L../../lib -L../../lib -ldoxygen -lqtools -lmd5 -ldoxycfg -lpng -lpthread
+ MOC	=	/usr/bin/moc
+ 
+ TAR	=	tar -cf
diff --git a/srcpkgs/doxygen/template b/srcpkgs/doxygen/template
index 689e8d5bdb..a43c337232 100644
--- a/srcpkgs/doxygen/template
+++ b/srcpkgs/doxygen/template
@@ -1,6 +1,6 @@
 # Template file for 'doxygen'
 pkgname=doxygen
-version=1.6.3
+version=1.7.0
 distfiles="http://ftp.stack.nl/pub/users/dimitri/$pkgname-$version.src.tar.gz"
 build_style=configure
 configure_script="env QTDIR=/usr ./configure"
@@ -10,7 +10,7 @@ INSTALL=$XBPS_DESTDIR/$pkgname-$version/usr
 MAN1DIR=share/man/man1 install"
 short_desc="Source code documentation generator tool"
 maintainer="Juan RP <xtraeme@gmail.com>"
-checksum=a3a6524b5fc1da084fd0e081507c99240abaffff85f76ef7b15c9fb3ae248492
+checksum=c842a485b82061b0456f7b83295cf7f0d7afa864398ce9521c12033a46b60eaa
 long_desc="
  Doxygen is a documentation system for C++, C, Java, Objective-C, Python,
  IDL (Corba and Microsoft flavors), Fortran, VHDL, PHP, C#, and to some