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/pkg-plist | |
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/pkg-plist')
-rw-r--r-- | devel/omniORB/pkg-plist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/omniORB/pkg-plist b/devel/omniORB/pkg-plist index 26d7b8e..f3fdedd 100644 --- a/devel/omniORB/pkg-plist +++ b/devel/omniORB/pkg-plist @@ -52,6 +52,8 @@ lib/libomnithread.so.2.1 lib/libtcpwrapGK.a lib/libtcpwrapGK.so lib/libtcpwrapGK.so.1.0 +@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B +@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R share/doc/omniORB/README.unix share/doc/omniORB/README.FreeBSD share/doc/omniORB/ReleaseNote_omniORB_280 @@ -175,5 +177,3 @@ share/doc/omniORB/utilities/utilities.html @dirrm share/doc/omniORB/utilities @dirrm share/doc/omniORB/tex @dirrm share/doc/omniORB -@exec /sbin/ldconfig -m %D/lib -@unexec /sbin/ldconfig -R |