aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2018-11-28 23:23:38 -0800
committerRobert Schumacher <roschuma@microsoft.com>2018-11-28 23:23:38 -0800
commit3ade65784513552ccea874baf73d57800bab9e5c (patch)
treec9f3af15247e49410801375db317222e3a6c38bb
parentc7e3589fb96d7d5a7122ad6d26614ca348c123b7 (diff)
downloadvcpkg-3ade65784513552ccea874baf73d57800bab9e5c.tar.gz
vcpkg-3ade65784513552ccea874baf73d57800bab9e5c.zip
[ogre] Slight modernization
-rw-r--r--ports/ogre/CONTROL2
-rw-r--r--ports/ogre/portfile.cmake8
2 files changed, 3 insertions, 7 deletions
diff --git a/ports/ogre/CONTROL b/ports/ogre/CONTROL
index 0ec16b4de..9930486e4 100644
--- a/ports/ogre/CONTROL
+++ b/ports/ogre/CONTROL
@@ -1,5 +1,5 @@
Source: ogre
-Version: 1.11.3
+Version: 1.11.3-1
Build-Depends: freeimage, freetype, zlib, zziplib
Description: 3D Object-Oriented Graphics Rendering Engine
diff --git a/ports/ogre/portfile.cmake b/ports/ogre/portfile.cmake
index 4b4e63e02..8d4e0b490 100644
--- a/ports/ogre/portfile.cmake
+++ b/ports/ogre/portfile.cmake
@@ -6,13 +6,9 @@ vcpkg_from_github(
REF v1.11.3
SHA512 af52821022ab6148e64fdf183b1aa4607b101c7d0edc20d2ccc909f50eed218d7a283fa3b58260fd41cd3f324ecafad8c5137c66e05786580b043240551b2c42
HEAD_REF master
-)
-
-vcpkg_apply_patches(
- SOURCE_PATH ${SOURCE_PATH}
PATCHES
- ${CMAKE_CURRENT_LIST_DIR}/001-cmake-install-dir.patch
- ${CMAKE_CURRENT_LIST_DIR}/002-link-optimized-lib-workaround.patch
+ 001-cmake-install-dir.patch
+ 002-link-optimized-lib-workaround.patch
)
if (VCPKG_LIBRARY_LINKAGE STREQUAL static)