summaryrefslogtreecommitdiff
path: root/graphics/gd/patches
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2001-03-04 09:32:43 +0000
committertron <tron@pkgsrc.org>2001-03-04 09:32:43 +0000
commit7d755a2870ae9b368090390820217c2fcc21cd61 (patch)
tree9d5ac209500f2c1cfdc5ebc6610244993d128bf3 /graphics/gd/patches
parent592c8bebbaf008f731ad0a917a27ea3cf1dad616 (diff)
downloadpkgsrc-7d755a2870ae9b368090390820217c2fcc21cd61.tar.gz
Use default compiler to avoid problem with new "libtool".
Diffstat (limited to 'graphics/gd/patches')
-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).