summaryrefslogtreecommitdiff
path: root/databases/firebird-client/files/patch-builds::original::platform
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2003-12-04 17:26:13 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2003-12-04 17:26:13 +0000
commit42271d1226a6da72910e2834ca4acfcb013db0fc (patch)
treeb3ab40efc6fe5cf14b712d5ecc218bb6ba5292e6 /databases/firebird-client/files/patch-builds::original::platform
parentAdd p5-Mail-ClamAV 0.04, perl extension for the clamav virus scanner. (diff)
- Update to 1.5.r7.
- Previous maintainer is now the actual maintainer again. - No package at the moment. PR: 58999 Submitted by: chris@e-easy.com.au
Notes
Notes: svn path=/head/; revision=95035
Diffstat (limited to 'databases/firebird-client/files/patch-builds::original::platform')
-rw-r--r--databases/firebird-client/files/patch-builds::original::platform13
1 files changed, 0 insertions, 13 deletions
diff --git a/databases/firebird-client/files/patch-builds::original::platform b/databases/firebird-client/files/patch-builds::original::platform
deleted file mode 100644
index 149f2fe3a4f6..000000000000
--- a/databases/firebird-client/files/patch-builds::original::platform
+++ /dev/null
@@ -1,13 +0,0 @@
---- builds/original/platform.orig Sun Sep 16 22:15:14 2001
-+++ builds/original/platform Sat Nov 9 16:16:23 2002
-@@ -32,6 +32,10 @@
- SYS_TYPE=GENERIC
- fi
- export SYS_TYPE
-+if [ $1 = 'FREEBSD' ]; then
-+ FBBUILDHACK=$1
-+ export FBBUILDHACK
-+fi
- #
- if [ $1 = 'SUN3_4' -o $1 = 'SUN4' -o $1 = 'AP' -o $1 = 'AX' ]; then
- TR='tr "A-Z" "a-z"'