summaryrefslogtreecommitdiff
path: root/databases/dbf2mysql/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'databases/dbf2mysql/files/patch-aa')
-rw-r--r--databases/dbf2mysql/files/patch-aa33
1 files changed, 33 insertions, 0 deletions
diff --git a/databases/dbf2mysql/files/patch-aa b/databases/dbf2mysql/files/patch-aa
new file mode 100644
index 000000000000..60d4cfb1153c
--- /dev/null
+++ b/databases/dbf2mysql/files/patch-aa
@@ -0,0 +1,33 @@
+--- Makefile.orig Thu Aug 26 09:49:08 1999
++++ Makefile Sat Oct 2 23:19:17 1999
+@@ -2,17 +2,17 @@
+ # Maarten Boekhold (boekhold@cindy.et.tudelft.nl) 1995
+
+ # Set this to your C-compiler
+-CC=gcc
++#CC=gcc
+
+ # set this to your install-program (what does Solaris have
+ # in /usr/sbin/install? SYSV install?)
+-INSTALL=/usr/bin/install
++#INSTALL=/usr/bin/install
+
+ #AR=/usr/bin/ar
+-AR=ar
++#AR=ar
+
+ # Set this to whatever your compiler accepts. Nothing special is needed
+-CFLAGS=-O2 -Wall
++#CFLAGS=-O2 -Wall
+
+ # Set this to your MySQL installation-path
+ MYSQLINC=-I/usr/local/mysql/include
+@@ -20,7 +20,7 @@
+
+ # Set this to where you want the binary (no man-page yet, don't know
+ # how to write them)
+-INSTALLDIR=/usr/local/bin
++#INSTALLDIR=/usr/local/bin
+
+ # Set this if your system needs extra libraries
+ #