diff options
author | Martin Cracauer <cracauer@FreeBSD.org> | 1998-10-08 16:31:49 +0000 |
---|---|---|
committer | Martin Cracauer <cracauer@FreeBSD.org> | 1998-10-08 16:31:49 +0000 |
commit | 80f0d9edc019687847c9710f93adb1c1f7930610 (patch) | |
tree | 08325635989d20a7541783b3754192f1bdb23984 /devel/ilu/files/patch-1-cra-cflags | |
parent | This port compiles and installs a Linux shared library of Mesa (diff) |
General cleanup for ELF and newer -stable:
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!
Notes
Notes:
svn path=/head/; revision=13747
Diffstat (limited to 'devel/ilu/files/patch-1-cra-cflags')
-rw-r--r-- | devel/ilu/files/patch-1-cra-cflags | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/devel/ilu/files/patch-1-cra-cflags b/devel/ilu/files/patch-1-cra-cflags new file mode 100644 index 000000000000..5fa5d38d7086 --- /dev/null +++ b/devel/ilu/files/patch-1-cra-cflags @@ -0,0 +1,22 @@ +*** 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 = |