summaryrefslogtreecommitdiff
path: root/graphics/gd/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/gd/patches/patch-aa')
-rw-r--r--graphics/gd/patches/patch-aa19
1 files changed, 11 insertions, 8 deletions
diff --git a/graphics/gd/patches/patch-aa b/graphics/gd/patches/patch-aa
index 45953317454..f051f7ffc16 100644
--- a/graphics/gd/patches/patch-aa
+++ b/graphics/gd/patches/patch-aa
@@ -1,16 +1,19 @@
-$NetBSD: patch-aa,v 1.11 2001/01/09 17:55:21 wiz Exp $
+$NetBSD: patch-aa,v 1.12 2001/03/04 09:32:43 tron Exp $
---- Makefile.orig Sat Jun 3 15:26:12 2000
-+++ Makefile
-@@ -5,16 +5,18 @@
+--- Makefile.orig Sat Jun 3 21:26:12 2000
++++ Makefile Sun Mar 4 10:30:05 2001
+@@ -3,7 +3,9 @@
+ #If you do not have gcc, change the setting for COMPILER, but you must
+ #use an ANSI standard C compiler (NOT the old SunOS 4.1.3 cc
#compiler; get gcc if you are still using it).
- COMPILER=gcc
-
-+INSTALL=$(LIBTOOL) install -c -m
+-COMPILER=gcc
++#COMPILER=gcc
+
++INSTALL=$(LIBTOOL) install -c -m
+
#If the ar command fails on your system, consult the ar manpage
#for your system.
- AR=ar
+@@ -11,10 +13,10 @@
#If you don't have FreeType, libjpeg and/or Xpm installed, including the
#header files, uncomment this (default).