pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/games/lgogdownloader



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat Dec 21 21:21:12 UTC 2019

Modified Files:
        pkgsrc/games/lgogdownloader: Makefile

Log Message:
lgogdownloader: Fix jsoncpp detection and remove some unused CMAKE_ARGS


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/games/lgogdownloader/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/games/lgogdownloader/Makefile
diff -u pkgsrc/games/lgogdownloader/Makefile:1.41 pkgsrc/games/lgogdownloader/Makefile:1.42
--- pkgsrc/games/lgogdownloader/Makefile:1.41   Thu Aug 22 12:23:13 2019
+++ pkgsrc/games/lgogdownloader/Makefile        Sat Dec 21 21:21:12 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2019/08/22 12:23:13 ryoon Exp $
+# $NetBSD: Makefile,v 1.42 2019/12/21 21:21:12 nia Exp $
 
 DISTNAME=      lgogdownloader-3.5
 PKGREVISION=   3
@@ -15,11 +15,8 @@ BUILD_DEPENDS+=      help2man-[0-9]*:../../co
 USE_LANGUAGES= c c++
 USE_CMAKE=     yes
 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
-# for man page
-CMAKE_ARGS+=   -DINSTALL_SHARE_DIR:PATH=${PREFIX}
+
+CMAKE_ARGS+=   -DJSONCPP_INCLUDE_DIR=${BUILDLINK_DIR}/include/json
 
 .include "../../devel/boost-libs/buildlink3.mk"
 .include "../../security/liboauth/buildlink3.mk"



Home | Main Index | Thread Index | Old Index