mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
libnice: disable gtk-docs
This commit is contained in:
@@ -12,7 +12,7 @@ COPYRIGHT="2006-2011 Collabora Ltd.
|
||||
2006-2011 Nokia Corporation"
|
||||
LICENSE="MPL v1.1
|
||||
GNU LGPL v2.1"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="http://nice.freedesktop.org/releases/libnice-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="be120ba95d4490436f0da077ffa8f767bf727b82decf2bf499e39becc027809c"
|
||||
PATCHES="libnice-$portVersion.patchset"
|
||||
@@ -59,7 +59,7 @@ BUILD_PREREQUIRES="
|
||||
cmd:aclocal
|
||||
cmd:autoconf
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:gtkdocize
|
||||
# cmd:gtkdocize
|
||||
cmd:libtoolize
|
||||
cmd:ld$secondaryArchSuffix
|
||||
cmd:make
|
||||
@@ -68,7 +68,8 @@ BUILD_PREREQUIRES="
|
||||
|
||||
BUILD()
|
||||
{
|
||||
CFLAGS="-D_BSD_SOURCE" runConfigure ./configure
|
||||
CFLAGS="-D_BSD_SOURCE" runConfigure ./configure \
|
||||
--disable-gtk-doc --disable-gtk-doc-html --disable-gtk-doc-pdf
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user