mirror of
https://git.freebsd.org/ports.git
synced 2025-05-04 15:37:40 -04:00
Changelog: https://github.com/ValleyBell/vgmplay-libvgm/blob/0.51.1/Updates.txt PR: 255297 Reported by: diizzy
11 lines
195 B
C++
11 lines
195 B
C++
--- main.cpp.orig 2024-01-29 12:48:26 UTC
|
|
+++ main.cpp
|
|
@@ -44,7 +44,7 @@
|
|
#include "version.h"
|
|
|
|
#ifndef SHARE_PREFIX
|
|
-#define SHARE_PREFIX "/usr"
|
|
+#define SHARE_PREFIX "%%PREFIX%%"
|
|
#endif
|
|
|
|
|