mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
0711a5977c
While here, convert autogen plist to static one.
15 lines
228 B
C
15 lines
228 B
C
/* Dummy version of set_std_prefix (needed by osint.adb) */
|
|
|
|
void
|
|
set_std_prefix (char *path, int len)
|
|
{
|
|
}
|
|
|
|
/* Dummy version of update_path (needed by osint.adb) */
|
|
|
|
char *
|
|
update_path (char *path, char *key)
|
|
{
|
|
return path;
|
|
}
|