aboutsummaryrefslogtreecommitdiff
path: root/ports/libqglviewer/macosx.patch
diff options
context:
space:
mode:
authorAlvin <52727318+AlvinZhangH@users.noreply.github.com>2019-12-21 04:23:09 +0800
committerdan-shaw <51385773+dan-shaw@users.noreply.github.com>2019-12-20 12:23:09 -0800
commit0548f8a50c44a00ee463e6fe8eef7807078b5006 (patch)
tree4f1c234cce80c75637fc7ea93b8f469c270c6bd2 /ports/libqglviewer/macosx.patch
parentea6dba0cd9b01b007c5463d0cdecce197b89fab0 (diff)
downloadvcpkg-0548f8a50c44a00ee463e6fe8eef7807078b5006.tar.gz
vcpkg-0548f8a50c44a00ee463e6fe8eef7807078b5006.zip
[libqglviewer] update to 2.7.2 (#9186)
* [libqglviewer] update to 2.7.2 * [libqglviewer] Remove patch double quotes
Diffstat (limited to 'ports/libqglviewer/macosx.patch')
-rw-r--r--ports/libqglviewer/macosx.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/ports/libqglviewer/macosx.patch b/ports/libqglviewer/macosx.patch
deleted file mode 100644
index 82aa057f4..000000000
--- a/ports/libqglviewer/macosx.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-diff --git a/QGLViewer/QGLViewer.pro b/QGLViewer/QGLViewer.pro
-index 702925cb6..fc3cb7118 100644
---- a/QGLViewer/QGLViewer.pro
-+++ b/QGLViewer/QGLViewer.pro
-@@ -214,7 +214,7 @@ macx|darwin-g++ {
- include.files *= qglviewer.icns
-
- # Or whatever exists in /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/
-- QMAKE_MAC_SDK = macosx10.12
-+ #QMAKE_MAC_SDK = macosx10.12
-
- lib_bundle {
- FRAMEWORK_HEADERS.version = Versions
-@@ -224,7 +224,7 @@ macx|darwin-g++ {
- QMAKE_BUNDLE_DATA += FRAMEWORK_HEADERS
-
- # So that the path QGLViewer/*.h exists
-- QMAKE_POST_LINK=cd $$DESTDIR/QGLViewer.framework/Headers && (test -L QGLViewer || ln -s . QGLViewer)
-+ #QMAKE_POST_LINK=cd $$DESTDIR/QGLViewer.framework/Headers && (test -L QGLViewer || ln -s . QGLViewer)
-
- # Specific paths for the installation of the framework.
- !isEmpty( LIB_DIR ) {