Skip to content

Instantly share code, notes, and snippets.

@slava888
slava888 / wnie-mono-automake-1.13.diff
Last active December 10, 2015 23:59
Patch for wine-mone, which changes AM_CONFIG_HEADER, AM_PROG_CC_STDC to AC_CONFIG_HEADERS, AC_PROG_CC respectively
diff --git a/configure.in b/configure.in
index be5cbb2..4d40397 100644
--- wine-mono-0.0.8/mono/configure.in
+++ wine-mono-0.0.8/mono/configure.in
@@ -14,7 +14,7 @@ AC_CANONICAL_HOST
m4_ifdef([_A][M_PROG_TAR],[_A][M_SET_OPTION([tar-ustar])])
AM_INIT_AUTOMAKE([1.9 dist-bzip2 tar-ustar no-dist-gzip foreign])
-AM_CONFIG_HEADER([config.h])
+AC_CONFIG_HEADERS([config.h])
@slava888
slava888 / gist:5064067
Created March 1, 2013 11:29
Patch for FindImageMagick.cmake to be able to find -Q16 suffixed libraries
--- FindImageMagick.cmake.orig 2012-11-27 14:26:32.000000000 +0100
+++ FindImageMagick.cmake 2013-03-01 12:15:27.097198488 +0100
@@ -147,17 +147,17 @@
)
if(component STREQUAL "Magick++")
FIND_IMAGEMAGICK_API(Magick++ Magick++.h
- Magick++ CORE_RL_Magick++_
+ Magick++ CORE_RL_Magick++_ Magick++-Q16
)
list(APPEND ImageMagick_REQUIRED_VARS ImageMagick_Magick++_LIBRARY)
/****************************************************************************
**
** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the examples of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:BSD$
** You may use this file under the terms of the BSD license as follows:
**
name of display: :0
display: :0 screen: 0
direct rendering: Yes
server glx vendor string: SGI
server glx version string: 1.4
server glx extensions:
GLX_ARB_create_context, GLX_ARB_create_context_profile,
GLX_ARB_create_context_robustness, GLX_ARB_fbconfig_float,
GLX_ARB_framebuffer_sRGB, GLX_ARB_multisample,
GLX_EXT_create_context_es2_profile, GLX_EXT_framebuffer_sRGB,