mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
80f0d9edc0
Use right shared library names on ELF. Disable Java support on ELF systems, because we don't have an ELF jdk. Disable Java support on aout systems, because ILU runtime dumps core. New PARC patches, now as one distfile instead of patches/ collection. ILU now works with optimization enabled -> make a package. Thread support now works, on -current and -stable. Thanks folks!
23 lines
532 B
Plaintext
23 lines
532 B
Plaintext
*** imake/iludefs.in.original Thu Oct 8 15:13:44 1998
|
|
--- imake/iludefs.in Thu Oct 8 15:13:46 1998
|
|
***************
|
|
*** 91,100 ****
|
|
IDL_CFE_CPP_DRIVER = @IDL_CPP_COMMAND@
|
|
#endif /* ADD_IDL_SUPPORT */
|
|
|
|
! /* for debugging support */
|
|
! #ifdef ENABLE_DEBUGGING
|
|
! CDEBUGFLAGS = -g
|
|
! #endif
|
|
|
|
SECURITYLIBS =
|
|
SECURITYINCLUDES =
|
|
--- 91,97 ----
|
|
IDL_CFE_CPP_DRIVER = @IDL_CPP_COMMAND@
|
|
#endif /* ADD_IDL_SUPPORT */
|
|
|
|
! CDEBUGFLAGS = -g -O -D_THREADSAFE -pthread
|
|
|
|
SECURITYLIBS =
|
|
SECURITYINCLUDES =
|