Module: Mesa
Branch: master
Commit: e59fc3faa504fe56a3b2702bf49a70d392faac57
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=e59fc3faa504fe56a3b2702bf49a70d392faac57

Author: Matt Turner <[email protected]>
Date:   Sat Mar  9 00:28:09 2013 -0800

mesa: Use PACKAGE_BUGREPORT macro.

Reviewed-by: Eric Anholt <[email protected]>

---

 src/gallium/drivers/r600/r600_llvm.c |    2 +-
 src/mesa/main/errors.c               |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/gallium/drivers/r600/r600_llvm.c 
b/src/gallium/drivers/r600/r600_llvm.c
index 0fa6ab1..042193c 100644
--- a/src/gallium/drivers/r600/r600_llvm.c
+++ b/src/gallium/drivers/r600/r600_llvm.c
@@ -618,7 +618,7 @@ const char * r600_llvm_gpu_string(enum radeon_family family)
        default:
                gpu_family = "";
                fprintf(stderr, "Chip not supported by r600 llvm "
-                       "backend, please file a bug at bugs.freedesktop.org\n");
+                       "backend, please file a bug at " PACKAGE_BUGREPORT 
"\n");
                break;
        }
        return gpu_family;
diff --git a/src/mesa/main/errors.c b/src/mesa/main/errors.c
index 1c1d85d..5c6a393 100644
--- a/src/mesa/main/errors.c
+++ b/src/mesa/main/errors.c
@@ -849,7 +849,7 @@ _mesa_problem( const struct gl_context *ctx, const char 
*fmtString, ... )
       va_end( args );
       fprintf(stderr, "Mesa %s implementation error: %s\n",
               PACKAGE_VERSION, str);
-      fprintf(stderr, "Please report at bugs.freedesktop.org\n");
+      fprintf(stderr, "Please report at " PACKAGE_BUGREPORT "\n");
    }
 }
 

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to