mirror of
https://git.freebsd.org/ports.git
synced 2025-05-07 19:30:46 -04:00
- multimedia/avidemux-qt5 repo copied from multimedia/avidemux-qt4 - The port as a whole is in need of a little modernization PR: 242634 Submitted by: Lars Herschke <lhersch@dssgmbh.de>,tcberner Tested by: rkoberman@gmail.com Reported by: VVD <vvd@unislabs.com>
11 lines
305 B
CMake
11 lines
305 B
CMake
--- cmake/admMainChecks.cmake.orig 2019-08-15 07:25:40 UTC
|
|
+++ cmake/admMainChecks.cmake
|
|
@@ -117,7 +117,7 @@ ELSE (WIN32)
|
|
ENDIF (WIN32)
|
|
|
|
if (CMAKE_COMPILER_IS_GNUCC)
|
|
- add_definitions("-Werror=attributes")
|
|
+ add_definitions("-Wattributes")
|
|
endif (CMAKE_COMPILER_IS_GNUCC)
|
|
# MacOsX stuff
|
|
IF(APPLE)
|