mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
fix build on -current
Submitted by: Patrick Hartling <patrick@137.org>
This commit is contained in:
parent
325bbc5439
commit
31a2fabbd8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=70259
10
devel/omniORB/files/patch-configure
Normal file
10
devel/omniORB/files/patch-configure
Normal 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
|
||||
|
Loading…
Reference in New Issue
Block a user