1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-03 11:12:13 +00:00

- Install config-freebsd.h, which is included from ace/config.h

PR:		ports/75385
Submitted by:	Dryice Liu <dryice(at)liu.com.cn>
This commit is contained in:
Sergey Matveychuk 2004-12-22 15:31:49 +00:00
parent 14aa3719ef
commit ef4385dbab
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=124831
2 changed files with 2 additions and 0 deletions

View File

@ -138,6 +138,7 @@ do-install:
${FIND} ace -type f \( -name "*.h" -o -name "*.i" -o -name "*.inl" \
-o -name "*.cpp" \) \( -not -name "config-*.h" \
-o -name config-all.h -o -name config-lite.h -o \
-o -name config-freebsd.h \
-name config-posix.h -o -name config-g++-common.h \) -exec \
${INSTALL_DATA} \{\} ${PREFIX}/include/\{\} \;
.if !defined(WITHOUT_TAO)

View File

@ -1234,6 +1234,7 @@ include/ace/XtReactor.h
include/ace/ace_wchar.h
include/ace/ace_wchar.inl
include/ace/config-all.h
include/ace/config-freebsd.h
include/ace/config-g++-common.h
include/ace/config-lite.h
include/ace/config-posix.h