mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 01:56:37 -04:00
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
11 lines
214 B
C++
11 lines
214 B
C++
--- ym2wav.cpp.orig 2016-07-26 16:04:42 UTC
|
|
+++ ym2wav.cpp
|
|
@@ -71,7 +71,7 @@ typedef struct
|
|
|
|
int main(int argc, char* argv[])
|
|
{
|
|
- char *platform;
|
|
+ const char *platform;
|
|
|
|
if (PLATFORM)
|
|
platform = "64bit";
|