mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-21 19:20:08 +02:00
glog: Address comments.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
SUMMARY="A C++ logging library"
|
||||
DESCRIPTION="Google's C++ logging library"
|
||||
HOMEPAGE="http://code.google.com/p/google-glog/"
|
||||
HOMEPAGE="https://github.com/google/glog"
|
||||
COPYRIGHT="1999-2015 Google Inc."
|
||||
LICENSE="BSD (3-clause)"
|
||||
REVISION="1"
|
||||
@@ -42,8 +42,7 @@ BUILD_PREREQUIRES="
|
||||
BUILD()
|
||||
{
|
||||
autoreconf -vfi
|
||||
runConfigure ./configure #--datarootdir=$dataRootDir \
|
||||
#--datadir=$dataDir --docdir=$dataRootDir
|
||||
runConfigure ./configure
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user