mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
- Bump PORTREVISION of dependent ports for shlib change - Bump PORTREVISION for package change
11 lines
230 B
Text
11 lines
230 B
Text
--- CMakeLists.txt.orig 2022-06-22 22:48:45 UTC
|
|
+++ CMakeLists.txt
|
|
@@ -35,7 +35,7 @@ endif()
|
|
|
|
set_target_properties(mad PROPERTIES
|
|
VERSION ${CMAKE_PROJECT_VERSION}
|
|
- SOVERSION ${CMAKE_PROJECT_VERSION}
|
|
+ SOVERSION 0
|
|
)
|
|
|
|
#
|