FreeBSD Bugzilla – Attachment #51769: file.diff for
bug #78561
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 78561
Collapse All
|
Expand All
(-)
src/python/python_config.c (+2 lines)
Lines 236-241
Link Here
236
}
236
}
237
break;
237
break;
238
default:
238
default:
239
/* do nothing */;
239
}
240
}
240
}
241
}
241
#ifdef WITH_GNOME
242
#ifdef WITH_GNOME
Lines 610-615
Link Here
610
break;
611
break;
611
612
612
default:
613
default:
614
/* do nothing */;
613
}
615
}
614
}
616
}
Return to
bug 78561