pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
lgogdownloader-git: switch to tinyxml2 to fix build.
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By: wiz
Date: Thu May 19 07:26:58 2016 +0200
Changeset: 2e5608973494838ee8e5d48a68b414ed754230cc
Modified Files:
lgogdownloader-git/Makefile
Log Message:
lgogdownloader-git: switch to tinyxml2 to fix build.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=2e5608973494838ee8e5d48a68b414ed754230cc
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
lgogdownloader-git/Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diffs:
diff --git a/lgogdownloader-git/Makefile b/lgogdownloader-git/Makefile
index 48d15c9..0361089 100644
--- a/lgogdownloader-git/Makefile
+++ b/lgogdownloader-git/Makefile
@@ -21,14 +21,14 @@ USE_TOOLS+= pkg-config
CMAKE_ARGS+= -DPC_JSONCPP_FOUND:BOOL=1
CMAKE_ARGS+= -DPC_JSONCPP_INCLUDEDIRS:PATH=${BUILDLINK_PREFIX.jsoncpp}/include/json
CMAKE_ARGS+= -DPC_JSONCPP_LIBRARY_DIRS:PATH=${BUILDLINK_PREFIX.jsoncpp}/lib
-CMAKE_ARGS+= -DPC_TINYXML_FOUND:BOOL=1
-CMAKE_ARGS+= -DPC_TINYXML_LIBRARY_DIRS:PATH=${BUILDLINK_PREFIX.tinyxml}/lib
+CMAKE_ARGS+= -DPC_TINYXML2_FOUND:BOOL=1
+CMAKE_ARGS+= -DPC_TINYXML2_LIBRARY_DIRS:PATH=${BUILDLINK_PREFIX.tinyxml2}/lib
# for man page
CMAKE_ARGS+= -DINSTALL_SHARE_DIR:PATH=${PREFIX}
.include "../../devel/boost-libs/buildlink3.mk"
.include "../../security/liboauth/buildlink3.mk"
-.include "../../textproc/tinyxml/buildlink3.mk"
+.include "../../textproc/tinyxml2/buildlink3.mk"
.include "../../www/htmlcxx/buildlink3.mk"
.include "../../www/curl/buildlink3.mk"
.include "../../misc/rhash/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index