diff options
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 = |