forked from ports/contrib
4cdc3f49ba
Removed Dependencies: clang, libnotify, libwebp. Caution ======= filezilla has lost a maintainer, and will be removed from the contrib soon if no new maintainer is found. Feel free to adopt it if need.
13 lines
349 B
Diff
13 lines
349 B
Diff
--- filezilla-3.22.1/configure.ac
|
|
+++ filezilla-3.22.1/configure.ac
|
|
@@ -36,9 +36,7 @@
|
|
|
|
if test "X$GCC" = Xyes; then
|
|
AX_APPEND_FLAG(-Wall, CFLAGS)
|
|
- AX_APPEND_FLAG(-g, CFLAGS)
|
|
AX_APPEND_FLAG(-Wall, CXXFLAGS)
|
|
- AX_APPEND_FLAG(-g, CXXFLAGS)
|
|
fi
|
|
|
|
# Do this early: Compiler and linker flags to work around a nasty bug in Xcode.
|