mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-03 22:23:24 +00:00
e375457f7c
Disable native shared library support, doesn't work, use own scheme as before. Don't use shared library version numbering on ELF for now, needs more thought. Document shared library version numbering scheme I chose. Pump shared library version number on aout. Better COMMENT and DESCR (still too long). Remove patch to regognize now outdated FreeBSD JDK.
23 lines
536 B
Plaintext
23 lines
536 B
Plaintext
*** ./imake/iludefs.in.orig Thu Nov 5 19:22:09 1998
|
|
--- ./imake/iludefs.in Mon Nov 30 19:19:09 1998
|
|
***************
|
|
*** 121,130 ****
|
|
IDL_CFE_CPP_DRIVER = @IDL_CPP_COMMAND@
|
|
#endif /* ADD_IDL_SUPPORT */
|
|
|
|
! /* for debugging support */
|
|
! #ifdef ENABLE_DEBUGGING
|
|
! CDEBUGFLAGS = -g
|
|
! #endif
|
|
|
|
SECURITYLIBS =
|
|
SECURITYINCLUDES =
|
|
--- 121,127 ----
|
|
IDL_CFE_CPP_DRIVER = @IDL_CPP_COMMAND@
|
|
#endif /* ADD_IDL_SUPPORT */
|
|
|
|
! CDEBUGFLAGS = -g -O -D_THREAD_SAFE -pthread
|
|
|
|
SECURITYLIBS =
|
|
SECURITYINCLUDES =
|