Files
sioyek/define-linux-standard-paths.patch
Soc Virnyl Estela edd1982c3f - add patch define-linux-standard-paths.patch. using sed is very brittle to use
- add env var CONFIG+=non_portable
- move config files from /etc to /usr/etc

OBS-URL: https://build.opensuse.org/package/show/Publishing/sioyek?expand=0&rev=19
2023-11-03 08:56:21 +00:00

12 lines
289 B
Diff

--- a/pdf_viewer/main.cpp 2023-11-03 16:27:59.814542142 +0800
+++ b/pdf_viewer/main.cpp 2023-11-03 16:28:24.534755081 +0800
@@ -76,7 +76,7 @@
#define MAX_PATH PATH_MAX
#endif
-//#define LINUX_STANDARD_PATHS
+#define LINUX_STANDARD_PATHS
std::wstring APPLICATION_NAME = L"sioyek";