summaryrefslogtreecommitdiff
path: root/graphics/giflib/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/giflib/patches/patch-aa')
-rw-r--r--graphics/giflib/patches/patch-aa17
1 files changed, 0 insertions, 17 deletions
diff --git a/graphics/giflib/patches/patch-aa b/graphics/giflib/patches/patch-aa
deleted file mode 100644
index 24fa6bcd75e..00000000000
--- a/graphics/giflib/patches/patch-aa
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-aa,v 1.8 2000/07/14 09:52:46 jlam Exp $
-
---- configure.in.orig Wed Feb 10 01:19:36 1999
-+++ configure.in Fri Jul 14 05:48:33 2000
-@@ -16,12 +16,6 @@
- AC_CHECK_LIB(m, pow, [MATH_LIB="${MATH_LIB} -lm"
- COMPILABLE_EXTRAS="${COMPILABLE_EXTRAS} gifclrmp gifrotat"] )
-
--if test ${MATH_LIB}; then
-- AC_CHECK_LIB(rle, rle_hdr_init, [RLE_LIB="${RLE_LIBS} -lrle -lm"
-- COMPILABLE_EXTRAS="${COMPILABLE_EXTRAS} gif2rle rle2gif"],
-- ,"-lm" )
--fi
--
- dnl I don't have this on my system. Could someone else configure it and
- dnl check that it works? (Need to change "main" to a function that's in the
- dnl library, check that giflib can be reautoconf'd, configured, and