summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/patches
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/asymptote/patches')
-rw-r--r--Build/source/utils/asymptote/patches/README11
-rw-r--r--Build/source/utils/asymptote/patches/freeglut-cygwin.patch12
2 files changed, 15 insertions, 8 deletions
diff --git a/Build/source/utils/asymptote/patches/README b/Build/source/utils/asymptote/patches/README
index 6197ca84f0a..706209146fb 100644
--- a/Build/source/utils/asymptote/patches/README
+++ b/Build/source/utils/asymptote/patches/README
@@ -17,18 +17,13 @@ out-of-memory errors.
A patch to provide full functionality in the Asymptote backend to pstoedit
(http://pstoedit.net) is provided in the file pstoedit-3.45asy.patch.
-The file TkAlpha-Imaging-1.1.6.patch is a revised patch that fixes
-transparency support in PIL for xasy (this supercedes an obsolete patch
-of the same name included in Asymptote 1.36, which resulted in very slow
-rendering). Application of this patch is strongly recommended.
+The file freeglut-cygwin.patch allows version 2.6.0-rc1 of freeglut.dll
+to be built under CYGWIN.
The file movie15_dvipdfmx.patch brings the xelatex/dvipdfmx-enhanced
version of movie15.sty available at
http://cvs.ktug.or.kr/viewcvs/dvipdfmx/contrib/latex/movie15.sty.sample?revision=1.1
-up-to-date with the latest official 2008/10/08 version. For convenience the
+up-to-date with the official 2008/10/08 version. For convenience the
patched version is also included as movie15_dvipdfmx.sty; it should be
renamed to movie15.sty and installed in the local latex directory.
-The file movie15_20090323.patch works around a problem with 3Dgetview that
-shows up under Windows XP in the 2009/03/23 version of movie15.sty.
-
diff --git a/Build/source/utils/asymptote/patches/freeglut-cygwin.patch b/Build/source/utils/asymptote/patches/freeglut-cygwin.patch
new file mode 100644
index 00000000000..d6f5629fdd9
--- /dev/null
+++ b/Build/source/utils/asymptote/patches/freeglut-cygwin.patch
@@ -0,0 +1,12 @@
+diff -ru freeglut-2.6.0/configure freeglut-2.6.0J/configure
+--- freeglut-2.6.0/configure 2009-04-20 20:53:07.000000000 -0700
++++ freeglut-2.6.0J/configure 2009-06-22 06:49:17.640625000 -0700
+@@ -21289,7 +21289,7 @@
+ LIBXXF86VM=
+ LIBXI=
+ VERSION_INFO=
+- EXPORT_FLAGS="-DFREEGLUT_EXPORTS"
++ EXPORT_FLAGS="-DFREEGLUT_EXPORTS -D_WIN32"
+ else
+ GL_LIBS="-lGL -lXext -lX11"
+ { echo "$as_me:$LINENO: checking for XF86VidModeSwitchToMode in -lXxf86vm" >&5