diff options
Diffstat (limited to 'x11-libs/wxGTK/wxGTK-3.0.1.1.ebuild')
-rw-r--r-- | x11-libs/wxGTK/wxGTK-3.0.1.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-libs/wxGTK/wxGTK-3.0.1.1.ebuild b/x11-libs/wxGTK/wxGTK-3.0.1.1.ebuild index 667195eb62a2..116bfde857fc 100644 --- a/x11-libs/wxGTK/wxGTK-3.0.1.1.ebuild +++ b/x11-libs/wxGTK/wxGTK-3.0.1.1.ebuild @@ -89,7 +89,7 @@ src_configure() { # wxDEBUG_LEVEL=2 enables assertions that have expensive runtime costs. # apps can disable these features by building w/ -NDEBUG or wxDEBUG_LEVEL_0. # http://docs.wxwidgets.org/3.0/overview_debugging.html - # http://groups.google.com/group/wx-dev/browse_thread/thread/c3c7e78d63d7777f/05dee25410052d9c + # https://groups.google.com/group/wx-dev/browse_thread/thread/c3c7e78d63d7777f/05dee25410052d9c use debug \ && myconf="${myconf} --enable-debug=max" |