diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-05-06 03:49:05 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-05-06 03:49:05 +0000 |
commit | 28e7382123cbc7ef132190c6b3c29b101db38cfc (patch) | |
tree | a9d50288bd0e48228abd908a6f7bd8be06c4e7bd /devel/ilu/files/patch-1-cra-cflags | |
parent | PR: 51521 (diff) |
As announced on 27 March 2003 in <20030328052350.GA18971@rot13.obsecurity.org>,
remove these ports that have been broken for >4 months (in many cases much
longer) with no sign of a fix.
Notes
Notes:
svn path=/head/; revision=80201
Diffstat (limited to 'devel/ilu/files/patch-1-cra-cflags')
-rw-r--r-- | devel/ilu/files/patch-1-cra-cflags | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/devel/ilu/files/patch-1-cra-cflags b/devel/ilu/files/patch-1-cra-cflags deleted file mode 100644 index e0b930918bf9..000000000000 --- a/devel/ilu/files/patch-1-cra-cflags +++ /dev/null @@ -1,22 +0,0 @@ -*** ./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 = |