diff options
author | Thierry Reding <[email protected]> | 2007-01-08 13:36:25 +0100 |
---|---|---|
committer | Thierry Reding <[email protected]> | 2007-01-08 13:36:25 +0100 |
commit | 71d7b7dbe7e7485b401a6f578a3142fc896f0110 (patch) | |
tree | e7bcb5652256b88093fc167634a3b871b8a4e41a /debian | |
parent | 4563723db1e24fe94f827783b6759586d05ff1db (diff) |
Drop noop line.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/patches/04_cleanup-osmesa-configs.patch | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/debian/patches/04_cleanup-osmesa-configs.patch b/debian/patches/04_cleanup-osmesa-configs.patch index 6164e91ec30..ffc4de91fc5 100644 --- a/debian/patches/04_cleanup-osmesa-configs.patch +++ b/debian/patches/04_cleanup-osmesa-configs.patch @@ -2,14 +2,13 @@ diff --git a/configs/linux-osmesa b/configs/linux-osmesa index cc1fbbd..aabab59 100644 --- a/configs/linux-osmesa +++ b/configs/linux-osmesa -@@ -9,8 +9,18 @@ CONFIG_NAME = linux-osmesa +@@ -9,8 +9,17 @@ CONFIG_NAME = linux-osmesa # Compiler and flags CC = gcc CXX = g++ -CFLAGS = -O3 -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DPTHREADS -CXXFLAGS = -O3 -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE + -+OPT_FLAGS ?= +PIC_FLAGS = -fPIC + +DEFINES = -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE \ |