diff options
| author | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-01-01 14:18:24 +0000 |
|---|---|---|
| committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-01-01 14:18:24 +0000 |
| commit | b132d8c3a86f97d1dc7d6160c74961c4b79401ca (patch) | |
| tree | 1cf9fd96ef96e2005964664c22156853e18a67e6 /textproc/tinyxml2 | |
| parent | Remove expired php56- ports: (diff) | |
textproc/tinyxml2: fix build on GCC architectures after r488341
- the port fails to stage when gcc is used unless cmake:insource is used.
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
Notes
Notes:
svn path=/head/; revision=488896
Diffstat (limited to 'textproc/tinyxml2')
| -rw-r--r-- | textproc/tinyxml2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/tinyxml2/Makefile b/textproc/tinyxml2/Makefile index 96209b43edca..f0b1e28be039 100644 --- a/textproc/tinyxml2/Makefile +++ b/textproc/tinyxml2/Makefile @@ -16,7 +16,7 @@ OPTIONS_DEFINE= EXAMPLES CMAKE_OFF= BUILD_TESTS CMAKE_ON= BUILD_SHARED_LIBS -USES= cmake compiler:c++11-lang dos2unix pathfix +USES= cmake:insource compiler:c++11-lang dos2unix pathfix USE_LDCONFIG= yes PLIST_SUB= PORTVERSION=${PORTVERSION} |
