mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 06:10:30 -04:00
- Add USE_LDCONFIG when SHARED is enabled. - Use OPTIONS_SUB. - Use {opt}_FOO wherever possible. - Normalize patch files. - Take maintainership.
11 lines
393 B
C++
11 lines
393 B
C++
--- rtrmgr/op_commands.hh.orig 2012-01-11 17:56:10 UTC
|
|
+++ rtrmgr/op_commands.hh
|
|
@@ -215,7 +215,7 @@ private:
|
|
|
|
// Below here is temporary storage for use in parsing
|
|
list<string> _path_segments;
|
|
- OpCommand* _current_command;
|
|
+ // OpCommand* _current_command;
|
|
const TemplateTree* _template_tree;
|
|
SlaveConfigTree* _slave_config_tree;
|
|
SlaveModuleManager& _mmgr;
|