summaryrefslogtreecommitdiff
path: root/devel/buddy/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'devel/buddy/patches/patch-aa')
-rw-r--r--devel/buddy/patches/patch-aa29
1 files changed, 0 insertions, 29 deletions
diff --git a/devel/buddy/patches/patch-aa b/devel/buddy/patches/patch-aa
deleted file mode 100644
index d3dc85d44a0..00000000000
--- a/devel/buddy/patches/patch-aa
+++ /dev/null
@@ -1,29 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2003/12/31 00:04:19 kristerw Exp $
-
---- config.orig Sat Nov 9 18:26:56 2002
-+++ config Tue Dec 30 19:52:02 2003
-@@ -4,19 +4,19 @@
- # ==============================================================
-
- # --- Your compiler flags
--CFLAGS = -g -ansi -Wmissing-prototypes -Wall
-+#CFLAGS = -g -ansi -Wmissing-prototypes -Wall
-
- # --- Where to install the library (directory, no trailing slash)
--LIBDIR = /usr/local/lib
-+#LIBDIR = /usr/local/lib
-
- # --- Where to install the include file (directory, no trailing slash)
--INCDIR = /usr/local/include
-+#INCDIR = /usr/local/include
-
- # --- Your C compiler
--CC = gcc
-+#CC = gcc
-
- # --- Your C++ compiler
--CPP = g++
-+#CPP = g++
-
- # Some machines are missing "CLOCKS_PER_SEC". Please define a default value
- # If you do not know this, then leave it as it is.