1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

fix build on -current

Submitted by:	Patrick Hartling <patrick@137.org>
This commit is contained in:
Ying-Chieh Liao 2002-11-16 18:05:01 +00:00
parent 325bbc5439
commit 31a2fabbd8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=70259

View File

@ -0,0 +1,10 @@
--- configure.orig Sun Nov 17 02:06:25 2002
+++ configure Sun Nov 17 02:06:42 2002
@@ -9489,6 +9489,7 @@
*-*-darwin*) plat_name="Darwin"; plat_def="__darwin__"; os_v="1";;
*-*-freebsd3*) plat_name="FreeBSD"; plat_def="__freebsd__"; os_v="3";;
*-*-freebsd4*) plat_name="FreeBSD"; plat_def="__freebsd__"; os_v="4";;
+ *-*-freebsd5*) plat_name="FreeBSD"; plat_def="__freebsd__"; os_v="5";;
*-*-sco*) plat_name="OSR5"; plat_def="__osr5__"; os_v="5";;
esac