diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2020-07-11 15:50:23 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2020-07-11 15:50:23 +0000 |
commit | f57b1d8122318a5908ab3aefe9a955d82e8c92cc (patch) | |
tree | 56871a56464006662a21ed458803c9c3d9c31ba3 /misc/valentina/files/patch-common.pri | |
parent | net-mgmt/py-prometheus-client: Update to 0.8.0 (diff) |
misc/valentina: Update 0.6.1 -> 0.7.0.0a
PR: 247896
Submitted by: vvd@unislabs.com (initial version)
Notes
Notes:
svn path=/head/; revision=541983
Diffstat (limited to 'misc/valentina/files/patch-common.pri')
-rw-r--r-- | misc/valentina/files/patch-common.pri | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/misc/valentina/files/patch-common.pri b/misc/valentina/files/patch-common.pri index 16452b7353a5..fa7867a294f6 100644 --- a/misc/valentina/files/patch-common.pri +++ b/misc/valentina/files/patch-common.pri @@ -1,6 +1,6 @@ ---- common.pri.orig 2018-08-11 23:09:01 UTC +--- common.pri.orig 2020-07-11 05:51:06 UTC +++ common.pri -@@ -164,11 +164,11 @@ defineTest(forceCopyToDestdir) { +@@ -209,11 +209,11 @@ defineTest(forceCopyToDestdir) { # We use precompiled headers for more fast compilation source code. defineReplace(set_PCH){ no_ccache{ @@ -15,3 +15,12 @@ *msvc* { PRECOMPILED_SOURCE = stable.cpp # MSVC need also cpp file. +@@ -311,7 +311,7 @@ defineReplace(FindLatestTagDistance){ + } + + # Default prefix. Use for creation install path. +-DEFAULT_PREFIX = /usr ++DEFAULT_PREFIX = /usr/local + + # In debug mode on Unix system we use all usefull for us compilers keys for checking errors. + # Also trying make all possible for speed up build time. |