diff options
| author | Simeon Simeonov | 2020-04-08 21:19:40 +0200 |
|---|---|---|
| committer | Simeon Simeonov | 2020-04-08 21:19:40 +0200 |
| commit | 406221dc8d42a6beda5aca96dd7d668751e53635 (patch) | |
| tree | 8beef75bc0b0ffe9e2b86abd631d3a9837833b56 /x11-terms/sakura/files/sakura-3.7.0-gentoo.patch | |
Initial release based on sgs' private overlay
Diffstat (limited to 'x11-terms/sakura/files/sakura-3.7.0-gentoo.patch')
| -rw-r--r-- | x11-terms/sakura/files/sakura-3.7.0-gentoo.patch | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/x11-terms/sakura/files/sakura-3.7.0-gentoo.patch b/x11-terms/sakura/files/sakura-3.7.0-gentoo.patch new file mode 100644 index 0000000..ab1d8be --- /dev/null +++ b/x11-terms/sakura/files/sakura-3.7.0-gentoo.patch | |||
| @@ -0,0 +1,23 @@ | |||
| 1 | --- a/CMakeLists.txt | ||
| 2 | +++ b/CMakeLists.txt | ||
| 3 | @@ -38,12 +38,6 @@ | ||
| 4 | ADD_DEFINITIONS (-DDATADIR="${CMAKE_INSTALL_PREFIX}/share") | ||
| 5 | ADD_DEFINITIONS (-DBUILDTYPE="${CMAKE_BUILD_TYPE}") | ||
| 6 | |||
| 7 | -IF (${CMAKE_BUILD_TYPE} MATCHES "Debug") | ||
| 8 | - SET (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall") | ||
| 9 | -ELSE (${CMAKE_BUILD_TYPE} NOT MATCHES "Debug") | ||
| 10 | - SET (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -O2 -Wno-deprecated-declarations") | ||
| 11 | -ENDIF (${CMAKE_BUILD_TYPE} MATCHES "Debug") | ||
| 12 | - | ||
| 13 | INCLUDE_DIRECTORIES (. ${GTK_INCLUDE_DIRS} ${VTE_INCLUDE_DIRS}) | ||
| 14 | LINK_DIRECTORIES (${GTK_LIBRARY_DIRS} ${VTE_LIBRARY_DIRS} ${X11_LIBRARY_DIRS}) | ||
| 15 | LINK_LIBRARIES (${GTK_LIBRARIES} ${VTE_LIBRARIES} ${X11_LIBRARIES} m) | ||
| 16 | @@ -57,7 +51,6 @@ | ||
| 17 | IF (POD2MAN) | ||
| 18 | INSTALL (FILES ${sakura_BINARY_DIR}/sakura.1 DESTINATION share/man/man1) | ||
| 19 | ENDIF (POD2MAN) | ||
| 20 | -INSTALL (FILES INSTALL DESTINATION share/doc/sakura) | ||
| 21 | |||
| 22 | FILE (GLOB MO_FILES po/*.mo) | ||
| 23 | |||
