1
0
forked from ports/contrib

doxygen: updated to 1.8.4

This commit is contained in:
Jose V Beneyto 2013-05-21 10:58:01 +02:00
parent e06b532a54
commit 21de0c58f2
3 changed files with 4 additions and 29 deletions

View File

@ -1,2 +1 @@
7f97172cc128b1c660ff89104d57e87e configure-flags.patch
31b0aaab51c5cab7db9f0ebbe9f85530 doxygen-1.8.3.1.src.tar.gz
5f460b91c0d8c34a76173cf22015c2fc doxygen-1.8.4.src.tar.gz

View File

@ -5,16 +5,15 @@
# Depends on:
name=doxygen
version=1.8.3.1
version=1.8.4
release=1
source=(http://ftp.stack.nl/pub/users/dimitri/$name-$version.src.tar.gz \
configure-flags.patch)
source=(http://ftp.stack.nl/pub/users/dimitri/$name-$version.src.tar.gz)
build() {
cd $name-$version
patch -p1 -i $SRC/configure-flags.patch
./configure --prefix /usr \
--platform 'linux-64' \
--english-only
make

View File

@ -1,23 +0,0 @@
diff -purN doxygen-1.8.1.orig/configure doxygen-1.8.1/configure
--- doxygen-1.8.1.orig/configure 2012-05-22 16:27:04.000000000 +0200
+++ doxygen-1.8.1/configure 2012-05-22 16:53:44.000000000 +0200
@@ -565,6 +565,19 @@ if test "$f_platform" = "hpux-g++" -o "$
TMAKE_CXXFLAGS += -D_LARGEFILE_SOURCE
EOF
fi
+
+if test -n $CFLAGS; then
+ cat >> .tmakeconfig <<EOF
+ TMAKE_CFLAGS += $CFLAGS
+EOF
+fi
+
+if test -n $CXXFLAGS; then
+ cat >> .tmakeconfig <<EOF
+ TMAKE_CXXFLAGS += $CXXFLAGS
+EOF
+fi
+
if test "$f_platform" = "macosx-uni-c++"; then
if test -n "`ls /Developer/SDKs/MacOSX10.*.sdk 2>/dev/null`"; then
mac_sdk=MacOSX10.4u.sdk