summaryrefslogtreecommitdiffstats
path: root/src/freeglut-1-fixes.patch
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2017-11-18 13:44:43 (GMT)
committerTony Theodore <tonyt@logyst.com>2017-11-19 00:29:22 (GMT)
commit1b1b9c9a9a15737e83cfc0aee65e21d8385ef832 (patch)
treefbf43c3a8ef9c8072c2eedd4d5f68e3af30d656b /src/freeglut-1-fixes.patch
parent99b8d3306133b4e18e57a9fa1cd30c7b09f93046 (diff)
downloadmxe-1b1b9c9a9a15737e83cfc0aee65e21d8385ef832.zip
mxe-1b1b9c9a9a15737e83cfc0aee65e21d8385ef832.tar.gz
mxe-1b1b9c9a9a15737e83cfc0aee65e21d8385ef832.tar.bz2
various packages: run `make refresh-patches` with numbering
Diffstat (limited to 'src/freeglut-1-fixes.patch')
-rw-r--r--src/freeglut-1-fixes.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/freeglut-1-fixes.patch b/src/freeglut-1-fixes.patch
index ff57c3b..3767b72 100644
--- a/src/freeglut-1-fixes.patch
+++ b/src/freeglut-1-fixes.patch
@@ -5,7 +5,7 @@ Contains ad hoc patches for cross building.
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Boris Pek <tehnick-8@yandex.ru>
Date: Sat, 18 Jun 2016 16:24:52 +0300
-Subject: [PATCH] Back compatibility with older freeglut packages in MXE
+Subject: [PATCH 1/2] Back compatibility with older freeglut packages in MXE
diff --git a/CMakeLists.txt b/CMakeLists.txt
@@ -75,7 +75,7 @@ index 1111111..2222222 100644
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Boris Nagaev <bnagaev@gmail.com>
Date: Thu, 14 Jul 2016 19:15:17 +0300
-Subject: [PATCH] add glu to requirements in .pc file
+Subject: [PATCH 2/2] add glu to requirements in .pc file
glu.pc is generated by mxe-conf and it adds -lglu32 to linker flags.
libglu32.a defines gluUnProject and other symbols used by users of GLU.