freebsd-ports/databases/firebird2-server/files/patch-builds::original::platform
Ying-Chieh Liao 1f412c28a5 Add SuperServer build
Remove perl from scripts
Remove scripts + consolidate into pkg-install

PR:		45185
Submitted by:	maintainer
2002-11-11 17:23:49 +00:00

14 lines
349 B
Plaintext

--- 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"'