pkgsrc-WIP-changes archive

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

Replaced /usr/pkg with ${LOCALBASE}



Module Name:	pkgsrc-wip
Committed By:	weabot <weabot%protonmail.com@localhost>
Pushed By:	weabot
Date:		Sun Jan 8 03:43:30 2017 +0000
Changeset:	3e76b46ecf830d16da0e7a3a607d902229210fa6

Modified Files:
	clementine/Makefile

Log Message:
Replaced /usr/pkg with ${LOCALBASE}

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=3e76b46ecf830d16da0e7a3a607d902229210fa6

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

diffstat:
 clementine/Makefile | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diffs:
diff --git a/clementine/Makefile b/clementine/Makefile
index e346a25..f3a216a 100644
--- a/clementine/Makefile
+++ b/clementine/Makefile
@@ -24,14 +24,14 @@ CFLAGS+=	-Wno-inconsistent-missing-override \
 		-Wno-unused-function
 
 CMAKE_ARGS+= 	-DENABLE_SPOTIFY_BLOB=OFF \
-		-DCRYPTOPP_LIBS=/usr/pkg/lib/libcryptopp.so \
-	     	-DCRYPTOPP_INCLUDEDIR=/usr/pkg/include/cryptopp \
-	     	-DCRYPTOPP_LIBDIR=/usr/pkg/lib \
+		-DCRYPTOPP_LIBS=${LOCALBASE}/lib/libcryptopp.so \
+	     	-DCRYPTOPP_INCLUDEDIR=${LOCALBASE}/include/cryptopp \
+	     	-DCRYPTOPP_LIBDIR=${LOCALBASE}/lib \
 	     	-DCRYPTOPP_LDFLAGS=-lcryptopp \
 	     	-DCRYPTOPP_LIBRARIES=cryptopp \
-	     	-DCRYPTOPP_LIBRARY_DIRS=/usr/pkg/lib \
-	     	-DCRYPTOPP_cryptopp_INCLUDEDIR=/usr/pkg/include/cryptopp \
-	     	-DCRYPTOPP_cryptopp_LIBDIR=/usr/pkg/lib \
+	     	-DCRYPTOPP_LIBRARY_DIRS=${LOCALBASE}/lib \
+	     	-DCRYPTOPP_cryptopp_INCLUDEDIR=${LOCALBASE}/include/cryptopp \
+	     	-DCRYPTOPP_cryptopp_LIBDIR=${LOCALBASE}/lib \
 	     	-DCRYPTOPP_FOUND=1 \
 		-DBUILD_WERROR=OFF
 


Home | Main Index | Thread Index | Old Index