diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-01 05:42:59 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-01 05:42:59 +0000 |
commit | 8c1ff61e4c11ca6a6952e21f155856fb76f5ac61 (patch) | |
tree | 6929322b1e2b028e9b31705f6b7925c819d8366b /devel/omniORB/files | |
parent | 1d3d8376542232575ed59d3711a28170c47cef62 (diff) | |
download | FreeBSD-ports-8c1ff61e4c11ca6a6952e21f155856fb76f5ac61.zip FreeBSD-ports-8c1ff61e4c11ca6a6952e21f155856fb76f5ac61.tar.gz |
* respect CC, CXX, CFLAGS, CXXFLAGS.
* turn on USE_NEWGCC.
* don't use mkdirhier (to avoid implicit BUILD_DEPENDS on XFree86)
* define ONLY_FOR_ARCHS=i386.
* tweak do-install rules.
* revise some patch for the socklen_t issue.
* fit library file names in the ELF world to enable making package on -STABLE and -CURRENT.
PR: 168006
Submitted by: OKAZAKI Tetsurou <okazaki@be.to>
Diffstat (limited to 'devel/omniORB/files')
-rw-r--r-- | devel/omniORB/files/patch-aa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/omniORB/files/patch-aa b/devel/omniORB/files/patch-aa index c12708d..a92ac6b 100644 --- a/devel/omniORB/files/patch-aa +++ b/devel/omniORB/files/patch-aa @@ -5,7 +5,7 @@ #platform = x86_sco5 #platform = x86_uw7 -#platform = i386_freebsd_3.2 -+platform = x86_freebsd_3.2 ++platform = __PLATFORM__ # On Win32 platforms, uncomment the following line to build all the binaries # with debugging information. Useful if you want to debug the binaries under |