forked from Lainports/freebsd-ports
- Add license
- Put manpages in ${PREFIX}/share
- Pet portlint, portclippy, portfmt and Q/A check
Add minimal support to `pkg-config imlib2`; imlib2-config has been
dropped since imlib2-1.7.5.
PR: 276427
13 lines
247 B
C++
13 lines
247 B
C++
--- config.cpp.orig 2005-06-20 11:20:44 UTC
|
|
+++ config.cpp
|
|
@@ -64,8 +64,9 @@ get_boolean (char *value)
|
|
}
|
|
|
|
|
|
-Options::Options(char *n = NULL)
|
|
+Options::Options(char *n)
|
|
{
|
|
+ n = NULL;
|
|
|
|
if (n)
|
|
strncpy(name, n, sizeof(name));
|