diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-10-12 20:51:08 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-10-12 20:51:08 +0000 |
commit | 0c46c984089a6cbcae1b86f69049273f78deb561 (patch) | |
tree | 3d42b4c7c005d2b74d4aeaf8051da45742ecac1b /app-text/openjade/openjade-1.3.2-r6.ebuild | |
parent | Remove obsolete mask of dev-tex/natbib, bug 483974 (diff) | |
download | historical-0c46c984089a6cbcae1b86f69049273f78deb561.tar.gz historical-0c46c984089a6cbcae1b86f69049273f78deb561.tar.bz2 historical-0c46c984089a6cbcae1b86f69049273f78deb561.zip |
Allow more flags (#209829)
Package-Manager: portage-2.2.7/cvs/Linux x86_64
Manifest-Sign-Key: 0xA188FBD4
Diffstat (limited to 'app-text/openjade/openjade-1.3.2-r6.ebuild')
-rw-r--r-- | app-text/openjade/openjade-1.3.2-r6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/openjade/openjade-1.3.2-r6.ebuild b/app-text/openjade/openjade-1.3.2-r6.ebuild index 3b525beda710..605f065b9eff 100644 --- a/app-text/openjade/openjade-1.3.2-r6.ebuild +++ b/app-text/openjade/openjade-1.3.2-r6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/openjade/openjade-1.3.2-r6.ebuild,v 1.1 2013/09/11 19:29:04 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/openjade/openjade-1.3.2-r6.ebuild,v 1.2 2013/10/12 20:50:00 pacho Exp $ EAPI=5 @@ -32,7 +32,7 @@ src_prepare() { # Please note! Opts are disabled. If you know what you're doing # feel free to remove this line. It may cause problems with # docbook-sgml-utils among other things. - ALLOWED_FLAGS="-O -O1 -O2 -pipe -g -march" + #ALLOWED_FLAGS="-O -O1 -O2 -pipe -g -march" strip-flags # Default CFLAGS and CXXFLAGS is -O2 but this make openjade segfault |