summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2010-11-15 22:44:29 +0000
committerJustin Lecher <jlec@gentoo.org>2010-11-15 22:44:29 +0000
commit8d23f3a770a6bc91640a754a5fc0cdf1070fa53d (patch)
treee3fe827dee77e3f3954f6b77519e1920cbbe6410 /sci-chemistry/molscript/files/fix-makefile-shared.patch
parentFix building on ppc64, bug #342535. Require agg for fbcon, bug #340567. (diff)
downloadgentoo-2-8d23f3a770a6bc91640a754a5fc0cdf1070fa53d.tar.gz
gentoo-2-8d23f3a770a6bc91640a754a5fc0cdf1070fa53d.tar.bz2
gentoo-2-8d23f3a770a6bc91640a754a5fc0cdf1070fa53d.zip
Fix prll compilation
(Portage version: 2.1.9.24/cvs/Linux x86_64)
Diffstat (limited to 'sci-chemistry/molscript/files/fix-makefile-shared.patch')
-rw-r--r--sci-chemistry/molscript/files/fix-makefile-shared.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-chemistry/molscript/files/fix-makefile-shared.patch b/sci-chemistry/molscript/files/fix-makefile-shared.patch
index b718b07bda5d..a9947a61a665 100644
--- a/sci-chemistry/molscript/files/fix-makefile-shared.patch
+++ b/sci-chemistry/molscript/files/fix-makefile-shared.patch
@@ -56,7 +56,7 @@ diff -urN molscript-2.1.2.orig/Makefile.complete molscript-2.1.2/Makefile.comple
# Correctness flags:
#CCHECK = -ansi -fullwarn -g -DSELECT_DEBUG
-CCHECK = -ansi -fullwarn
-+CCHECK = -ansi -Wall
++CCHECK = -ansi
#CCHECK = -ansi -fullwarn -DNDEBUG
# General cc compile flags.