doxygen: update to 1.7.2.
This commit is contained in:
parent
c36127d4e6
commit
f263b5609b
3 changed files with 13 additions and 13 deletions
11
srcpkgs/doxygen/patches/doxyapp-link-libpthread.diff
Normal file
11
srcpkgs/doxygen/patches/doxyapp-link-libpthread.diff
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- addon/doxyapp/doxyapp.pro.in.orig 2010-10-29 09:59:54.000000000 +0200
|
||||
+++ addon/doxyapp/doxyapp.pro.in 2010-10-29 10:00:01.000000000 +0200
|
||||
@@ -2,7 +2,7 @@ TEMPLATE = app.t
|
||||
CONFIG = console warn_on debug
|
||||
HEADERS =
|
||||
SOURCES = doxyapp.cpp
|
||||
-LIBS += -L../../lib -L../../lib -ldoxygen -lqtools -lmd5 -ldoxycfg -lpng
|
||||
+LIBS += -L../../lib -L../../lib -ldoxygen -lqtools -lmd5 -ldoxycfg -lpng -lpthread
|
||||
DESTDIR =
|
||||
OBJECTS_DIR = ../../objects
|
||||
TARGET = ../../bin/doxyapp
|
Loading…
Add table
Add a link
Reference in a new issue