summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2009-03-18 20:02:59 +0000
committerJeroen Roovers <jer@gentoo.org>2009-03-18 20:02:59 +0000
commitb47089e71d85a67d6ffe75e418f0a9a8f3d9eb1a (patch)
treec2817507693095f7c7a43552a9113a00365380eb /app-text/an/files
parentKeyword ~amd64 and explicit RDEPEND (diff)
downloadgentoo-2-b47089e71d85a67d6ffe75e418f0a9a8f3d9eb1a.tar.gz
gentoo-2-b47089e71d85a67d6ffe75e418f0a9a8f3d9eb1a.tar.bz2
gentoo-2-b47089e71d85a67d6ffe75e418f0a9a8f3d9eb1a.zip
Version bump. Do not store Debian patch locally. Remove some redundant comments and notifications.
(Portage version: 2.2_rc26/cvs/Linux i686)
Diffstat (limited to 'app-text/an/files')
-rw-r--r--app-text/an/files/an-0.95-make.patch31
1 files changed, 31 insertions, 0 deletions
diff --git a/app-text/an/files/an-0.95-make.patch b/app-text/an/files/an-0.95-make.patch
new file mode 100644
index 000000000000..652dcbca9670
--- /dev/null
+++ b/app-text/an/files/an-0.95-make.patch
@@ -0,0 +1,31 @@
+--- Makefile.orig 2009-03-18 20:52:41.000000000 +0100
++++ Makefile 2009-03-18 20:54:06.000000000 +0100
+@@ -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
+--- lib/Makefile.orig 2009-03-18 20:52:41.000000000 +0100
++++ lib/Makefile 2009-03-18 20:53:37.000000000 +0100
+@@ -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
+