summaryrefslogtreecommitdiff
path: root/japanese/iv/files/patch-ce
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-11-05 09:07:44 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-11-05 09:07:44 +0000
commitb1cf59535c70b37f79dbb4a7374b9908cd760c4c (patch)
treede86c8c77ebfec33fb4888f702c1c1fc593cce83 /japanese/iv/files/patch-ce
parent- update for cairo release (diff)
Remove expired ports
Notes
Notes: svn path=/head/; revision=147349
Diffstat (limited to 'japanese/iv/files/patch-ce')
-rw-r--r--japanese/iv/files/patch-ce19
1 files changed, 0 insertions, 19 deletions
diff --git a/japanese/iv/files/patch-ce b/japanese/iv/files/patch-ce
deleted file mode 100644
index 63711575caba..000000000000
--- a/japanese/iv/files/patch-ce
+++ /dev/null
@@ -1,19 +0,0 @@
---- src/bin/ibuild/ibglue.c.org Sat Apr 25 05:14:55 1992
-+++ src/bin/ibuild/ibglue.c Wed Jan 5 22:44:05 2000
-@@ -271,14 +271,14 @@
- strcpy(VGlueClass, coreclass);
- strcat(VGlueClass, "_VGlue");
-
-- boolean export = icomp->GetMemberNameVar()->GetExport();
-+ boolean getexport = icomp->GetMemberNameVar()->GetExport();
- const char* classname = icomp->GetClassNameVar()->GetName();
- if (icomp->GetClassNameVar()->IsSubclass()) {
- BeginInstantiate(out);
- out << "(";
-
- } else {
-- if (export && !_emitMain) {
-+ if (getexport && !_emitMain) {
- out << " " << mname << " = new ";
- } else {
- out << " " << classname << "* ";