]> git.pld-linux.org Git - packages/chromium-bsu.git/commitdiff
- replaced by chromium-freealut.patch
authorTomasz Pala <gotar@pld-linux.org>
Thu, 30 Aug 2007 09:24:45 +0000 (09:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    chromium-proper-options.patch -> 1.2

chromium-proper-options.patch [deleted file]

diff --git a/chromium-proper-options.patch b/chromium-proper-options.patch
deleted file mode 100644 (file)
index 538d7b6..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
---- scripts/Makefile.all.orig  2003-11-19 19:41:22.502256736 -0500
-+++ scripts/Makefile.all       2003-11-19 19:41:25.414813960 -0500
-@@ -1,5 +1,4 @@
- SUPPORT_DIRS  =        \
--                      ./support/openal/ \
-                       ./support/glpng/src
- CHROMIUM_DIRS =       \
---- scripts/Makefile.no-setup.orig     2003-11-19 19:41:22.502256736 -0500
-+++ scripts/Makefile.no-setup  2003-11-19 19:41:25.414813960 -0500
-@@ -1,5 +1,4 @@
- SUPPORT_DIRS  =        \
--                      ./support/openal/ \
-                       ./support/glpng/src
- CHROMIUM_DIRS =       \
---- src-setup/Audio.cpp.orig   2003-11-19 20:03:23.237474464 -0500
-+++ src-setup/Audio.cpp        2003-11-19 20:03:49.838430504 -0500
-@@ -71,7 +71,14 @@
-       if(!initialized)
-       {
-               fprintf(stderr, "starting OpenAL...");
-+#ifdef OLD_OPENAL
-               context_id = alcCreateContext(NULL);
-+#else
-+              ALCdevice *dev;
-+              dev = alcOpenDevice( NULL );
-+              context_id = alcCreateContext(dev, NULL);
-+              alcMakeContextCurrent(context_id);
-+#endif
-               initialized = (bool)context_id;
-               fprintf(stderr, "done.\n");
This page took 0.073242 seconds and 4 git commands to generate.