summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-astronomy/ds9/files/ds9-5.1-gcc4.2-x86.patch')
-rw-r--r--sci-astronomy/ds9/files/ds9-5.1-gcc4.2-x86.patch4
1 files changed, 1 insertions, 3 deletions
diff --git a/sci-astronomy/ds9/files/ds9-5.1-gcc4.2-x86.patch b/sci-astronomy/ds9/files/ds9-5.1-gcc4.2-x86.patch
index 99465ca..ce87e11 100644
--- a/sci-astronomy/ds9/files/ds9-5.1-gcc4.2-x86.patch
+++ b/sci-astronomy/ds9/files/ds9-5.1-gcc4.2-x86.patch
@@ -1,13 +1,11 @@
diff -Naur saods9/make.linux saods9.new/make.linux
--- saods9/make.linux 2007-12-18 17:54:57.000000000 -0500
+++ saods9.new/make.linux 2008-01-23 08:58:46.000000000 -0500
-@@ -9,15 +9,15 @@
+@@ -9,15 +9,13 @@
# note: bug with gcc 4.1 and 4.2
# can't use -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
-+CXX = g++
+CXXOPT = ${OPTS} -fPIC -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H
-+CC = gcc
+CCOPT = ${OPTS} -fPIC -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H
+
#CXX = g++