Skip to content

Commit

Permalink
glfw-devel: update to b1519043 (20170207).
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelld committed Feb 8, 2017
1 parent f9c3baf commit 3abcd6d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions graphics/glfw/Portfile
Expand Up @@ -60,10 +60,10 @@ platform darwin {

# devel

github.setup glfw glfw c5694b3013ff6c5038f58eba5ef9f62ec43112be
version 20170130
checksums rmd160 80cfa84591a65851612d6c136a6152977b3c45c9 \
sha256 4852737f1a5cb24cef9cbbfb9fba4b47261bd28767928cf25d5df9adc8d524f3
github.setup glfw glfw b151904316c969a34da17f32134246a6e1739830
version 20170207
checksums rmd160 6ac0ef58876815c6f7cdfffed45898854f32a284 \
sha256 81012415833a7367d79aaff5f9e6cbe46a18a65ddf50e514fbd9c6e01a74a036

conflicts glfw
long_description ${description}: \
Expand Down
6 changes: 3 additions & 3 deletions graphics/glfw/files/patch-CMakeLists.txt.devel.diff
@@ -1,6 +1,6 @@
--- CMakeLists.txt.orig
+++ CMakeLists.txt
@@ -364,7 +364,11 @@
@@ -368,7 +368,11 @@
#--------------------------------------------------------------------
include(CMakePackageConfigHelpers)

Expand All @@ -13,7 +13,7 @@

configure_package_config_file(src/glfw3Config.cmake.in
src/glfw3Config.cmake
@@ -394,6 +398,9 @@
@@ -398,6 +402,9 @@

if (DOXYGEN_FOUND AND GLFW_BUILD_DOCS)
add_subdirectory(docs)
Expand All @@ -23,7 +23,7 @@
endif()

#--------------------------------------------------------------------
@@ -414,6 +421,11 @@
@@ -418,6 +425,11 @@
install(FILES "${GLFW_BINARY_DIR}/src/glfw3.pc"
DESTINATION "lib${LIB_SUFFIX}/pkgconfig")

Expand Down
6 changes: 3 additions & 3 deletions graphics/glfw/files/patch-src_CMakeLists.txt.diff
@@ -1,6 +1,6 @@
--- src/CMakeLists.txt.orig 2016-06-16 09:01:30.000000000 -0400
+++ src/CMakeLists.txt 2016-06-16 09:03:11.000000000 -0400
@@ -96,9 +96,10 @@
--- src/CMakeLists.txt.orig
+++ src/CMakeLists.txt
@@ -109,9 +109,10 @@
elseif (APPLE)
# Add -fno-common to work around a bug in Apple's GCC
target_compile_options(glfw PRIVATE "-fno-common")
Expand Down

0 comments on commit 3abcd6d

Please sign in to comment.