diff options
author | Brian Hinz <bphinz@users.sourceforge.net> | 2013-11-28 16:26:08 +0000 |
---|---|---|
committer | Brian Hinz <bphinz@users.sourceforge.net> | 2013-11-28 16:26:08 +0000 |
commit | 1ff04d1b8a7b8358b8d3ffcf28b57ade52241058 (patch) | |
tree | 0635743a5d75aca19f6375ecfb1de9d75558e1e3 /contrib/packages/rpm/el5/SOURCES/mesa-no-mach64.patch | |
parent | fefa48d3c47a2cfbedf6dd544354a2db97760b85 (diff) | |
download | tigervnc-1ff04d1b8a7b8358b8d3ffcf28b57ade52241058.tar.gz tigervnc-1ff04d1b8a7b8358b8d3ffcf28b57ade52241058.zip |
Added 'contrib' folder to store patches necessary to build external dependecies, distribution-specific packaging files, etc. Also added a delimiter to the end of the fltk patch script defined in BUILDING.txt to make it easier to parse this script out for automated builds.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@5139 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'contrib/packages/rpm/el5/SOURCES/mesa-no-mach64.patch')
-rw-r--r-- | contrib/packages/rpm/el5/SOURCES/mesa-no-mach64.patch | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/contrib/packages/rpm/el5/SOURCES/mesa-no-mach64.patch b/contrib/packages/rpm/el5/SOURCES/mesa-no-mach64.patch new file mode 100644 index 00000000..b8d32723 --- /dev/null +++ b/contrib/packages/rpm/el5/SOURCES/mesa-no-mach64.patch @@ -0,0 +1,46 @@ +diff -up mesa-20091030/configure.ac.da mesa-20091030/configure.ac +--- mesa-20091030/configure.ac.da 2009-10-30 11:12:50.000000000 +1000 ++++ mesa-20091030/configure.ac 2009-10-30 14:53:02.000000000 +1000 +@@ -716,7 +716,7 @@ if test "$mesa_driver" = dri; then + # because there is no x86-64 system where they could *ever* + # be used. + if test "x$DRI_DIRS" = "xyes"; then +- DRI_DIRS="i915 i965 mach64 mga r128 r200 r300 r600 radeon \ ++ DRI_DIRS="i915 i965 mga r128 r200 r300 r600 radeon \ + savage tdfx unichrome swrast" + fi + ;; +@@ -724,13 +724,13 @@ if test "$mesa_driver" = dri; then + # Build only the drivers for cards that exist on PowerPC. + # At some point MGA will be added, but not yet. + if test "x$DRI_DIRS" = "xyes"; then +- DRI_DIRS="mach64 r128 r200 r300 r600 radeon tdfx swrast" ++ DRI_DIRS="r128 r200 r300 r600 radeon tdfx swrast" + fi + ;; + sparc*) + # Build only the drivers for cards that exist on sparc` + if test "x$DRI_DIRS" = "xyes"; then +- DRI_DIRS="mach64 r128 r200 r300 r600 radeon ffb swrast" ++ DRI_DIRS="r128 r200 r300 r600 radeon ffb swrast" + fi + ;; + esac +@@ -749,7 +749,7 @@ if test "$mesa_driver" = dri; then + # ffb and gamma are missing because they have not been converted + # to use the new interface. + if test "x$DRI_DIRS" = "xyes"; then +- DRI_DIRS="i810 i915 i965 mach64 mga r128 r200 r300 r600 radeon tdfx \ ++ DRI_DIRS="i810 i915 i965 mga r128 r200 r300 r600 radeon tdfx \ + unichrome savage sis swrast" + fi + ;; +@@ -768,7 +768,7 @@ if test "$mesa_driver" = dri; then + + # default drivers + if test "x$DRI_DIRS" = "xyes"; then +- DRI_DIRS="i810 i915 i965 mach64 mga r128 r200 r300 r600 radeon \ ++ DRI_DIRS="i810 i915 i965 mga r128 r200 r300 r600 radeon \ + savage sis tdfx unichrome ffb swrast" + fi + |