aboutsummaryrefslogtreecommitdiffstats
path: root/databases/dbf2mysql
diff options
context:
space:
mode:
authorcpiazza <cpiazza@FreeBSD.org>1999-10-06 00:06:21 +0800
committercpiazza <cpiazza@FreeBSD.org>1999-10-06 00:06:21 +0800
commitaee4a2c673507dff4e05399eb6ca99f3b119edaa (patch)
tree3f161122d8c57aa9909d16098f8452d9079e1f4f /databases/dbf2mysql
parent5d9ee0f981b568cf5bcf20db15de726f7aa69fef (diff)
downloadfreebsd-ports-gnome-aee4a2c673507dff4e05399eb6ca99f3b119edaa.tar.gz
freebsd-ports-gnome-aee4a2c673507dff4e05399eb6ca99f3b119edaa.tar.zst
freebsd-ports-gnome-aee4a2c673507dff4e05399eb6ca99f3b119edaa.zip
For backwards compatibility with FreeBSD 2.2.x due to it's
(apparent) lack of 's' support in ar. change: ar rcs libdbf.a ... to: ar rc libdbf.a ... ranlib libdbf.a PR: 14139 Submitted by: maintainer
Diffstat (limited to 'databases/dbf2mysql')
-rw-r--r--databases/dbf2mysql/files/patch-aa12
1 files changed, 11 insertions, 1 deletions
diff --git a/databases/dbf2mysql/files/patch-aa b/databases/dbf2mysql/files/patch-aa
index 60d4cfb1153c..2f1a9345ab38 100644
--- a/databases/dbf2mysql/files/patch-aa
+++ b/databases/dbf2mysql/files/patch-aa
@@ -1,5 +1,5 @@
--- Makefile.orig Thu Aug 26 09:49:08 1999
-+++ Makefile Sat Oct 2 23:19:17 1999
++++ Makefile Mon Oct 4 19:01:45 1999
@@ -2,17 +2,17 @@
# Maarten Boekhold (boekhold@cindy.et.tudelft.nl) 1995
@@ -31,3 +31,13 @@
# Set this if your system needs extra libraries
#
+@@ -42,7 +42,8 @@
+ all: dbf2mysql mysql2dbf
+
+ libdbf.a: dbf.o endian.o
+- $(AR) rcs libdbf.a dbf.o endian.o
++ $(AR) rc libdbf.a dbf.o endian.o
++ $(RANLIB) libdbf.a
+
+ dbf2mysql: dbf2mysql.o libdbf.a
+ $(CC) $(CFLAGS) -s -L. $(MYSQLLIB) -o $@ dbf2mysql.o -ldbf \