diff options
author | Jeroen Roovers <jer@gentoo.org> | 2012-09-12 02:07:21 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2012-09-12 02:07:21 +0000 |
commit | c286668db9082a698544231756a8ebb35d29b986 (patch) | |
tree | 0d1b3a5c74965020dab35d85c28cbfa0e9291788 /app-text/an | |
parent | restrict the test since it requires a graphics set to run (diff) | |
download | gentoo-2-c286668db9082a698544231756a8ebb35d29b986.tar.gz gentoo-2-c286668db9082a698544231756a8ebb35d29b986.tar.bz2 gentoo-2-c286668db9082a698544231756a8ebb35d29b986.zip |
Remove unused patch by jalan (bug #344183).
(Portage version: 2.2.0_alpha125/cvs/Linux x86_64)
Diffstat (limited to 'app-text/an')
-rw-r--r-- | app-text/an/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/an/files/an-0.95-make.patch | 31 |
2 files changed, 4 insertions, 32 deletions
diff --git a/app-text/an/ChangeLog b/app-text/an/ChangeLog index 4fd5b204eea7..c8667448a8e7 100644 --- a/app-text/an/ChangeLog +++ b/app-text/an/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/an # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/an/ChangeLog,v 1.33 2012/06/09 14:39:02 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/an/ChangeLog,v 1.34 2012/09/12 02:07:21 jer Exp $ + + 12 Sep 2012; Jeroen Roovers <jer@gentoo.org> -files/an-0.95-make.patch: + Remove unused patch by jalan (bug #344183). 09 Jun 2012; Jeroen Roovers <jer@gentoo.org> an-0.95.3.2.ebuild: Stable for HPPA (bug #418637). diff --git a/app-text/an/files/an-0.95-make.patch b/app-text/an/files/an-0.95-make.patch deleted file mode 100644 index 9c5b0a509278..000000000000 --- a/app-text/an/files/an-0.95-make.patch +++ /dev/null @@ -1,31 +0,0 @@ ---- a/Makefile -+++ b/Makefile -@@ -27,14 +27,14 @@ - - - # Note that if you change CC here you must also change it in ./lib/Makefile --CC=gcc -+#CC=gcc - - # if using a compiler which adheres strictly to ANSI C guidelines then - # uncomment the next line. - - #DEFS=-DFORCE_ANSI - --CFLAGS=-O2 -Wall -+CFLAGS := $(CFLAGS) -Wall - CINCLUDES=-I $(LIBDIR) $(DEFS) - - # Nothing should need changing below here ---- a/lib/Makefile -+++ b/lib/Makefile -@@ -22,7 +22,7 @@ - #Note may need to change this for your system, the only reason this Makefile - #exists is because the non-gnu make on suns is brain dead. - --CC=gcc --CFLAGS=-O2 -+#CC=gcc -+#CFLAGS=-O2 - all: getopt.o getopt1.o - |