summaryrefslogtreecommitdiffstats
path: root/src/opencsg-1-fixes.patch
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2017-11-18 10:51:26 (GMT)
committerTony Theodore <tonyt@logyst.com>2017-11-19 00:29:22 (GMT)
commit9373aaee94d8f8a9f12f8d430199bc9d7a55c50f (patch)
treeb7cfc5d948ce3220c2d56a69af5f8b4115bce791 /src/opencsg-1-fixes.patch
parentcd1655c9ef429d8e3720e774f8af97c4cb380bd7 (diff)
downloadmxe-9373aaee94d8f8a9f12f8d430199bc9d7a55c50f.zip
mxe-9373aaee94d8f8a9f12f8d430199bc9d7a55c50f.tar.gz
mxe-9373aaee94d8f8a9f12f8d430199bc9d7a55c50f.tar.bz2
various packages: manually convert *-1-fixes.patch to format-patch style
Diffstat (limited to 'src/opencsg-1-fixes.patch')
-rw-r--r--src/opencsg-1-fixes.patch24
1 files changed, 16 insertions, 8 deletions
diff --git a/src/opencsg-1-fixes.patch b/src/opencsg-1-fixes.patch
index bcc8a66..8ed841f 100644
--- a/src/opencsg-1-fixes.patch
+++ b/src/opencsg-1-fixes.patch
@@ -2,9 +2,16 @@ This file is part of MXE. See LICENSE.md for licensing information.
Contains ad hoc patches for cross building.
-diff -ur OpenCSG-1.4.1.orig/example/example.pro OpenCSG-1.4.1/example/example.pro
---- OpenCSG-1.4.1.orig/example/example.pro 2016-09-08 23:08:33.000000000 +0200
-+++ OpenCSG-1.4.1/example/example.pro 2016-09-11 14:24:18.839741352 +0200
+From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
+From: Tony Theodore <tonyt@logyst.com>
+Date: Sat, 18 Nov 2017 21:39:30 +1100
+Subject: [PATCH] fixes
+
+
+diff --git a/example/example.pro b/example/example.pro
+index 1111111..2222222 100644
+--- a/example/example.pro
++++ b/example/example.pro
@@ -1,10 +1,10 @@
TEMPLATE = app
TARGET = opencsgexample
@@ -18,7 +25,7 @@ diff -ur OpenCSG-1.4.1.orig/example/example.pro OpenCSG-1.4.1/example/example.pr
INSTALLDIR = /usr/local
INSTALLS += target
-@@ -15,7 +15,8 @@
+@@ -15,7 +15,8 @@ macx {
LIBS += -framework GLUT -L/opt/local/lib
}
else {
@@ -28,10 +35,11 @@ diff -ur OpenCSG-1.4.1.orig/example/example.pro OpenCSG-1.4.1/example/example.pr
}
HEADERS = displaylistPrimitive.h
-diff -ur OpenCSG-1.4.1.orig/src/src.pro OpenCSG-1.4.1/src/src.pro
---- OpenCSG-1.4.1.orig/src/src.pro 2016-09-08 23:08:33.000000000 +0200
-+++ OpenCSG-1.4.1/src/src.pro 2016-09-11 14:25:15.833496135 +0200
-@@ -6,10 +6,11 @@
+diff --git a/src/src.pro b/src/src.pro
+index 1111111..2222222 100644
+--- a/src/src.pro
++++ b/src/src.pro
+@@ -6,10 +6,11 @@ isEmpty(INSTALLDIR) {
INSTALLDIR = /usr/local
}