ports/devel/libindicator/files/patch-libindicator_Makefile.in
Steve Wills 696ed3e668 devel/libindicator: create port
A set of symbols and convience functions that all indicators would like to use.

WWW: https://launchpad.net/libindicator
2018-05-05 03:47:25 +00:00

12 lines
352 B
Text

--- libindicator/Makefile.in.orig 2012-09-19 15:40:09 UTC
+++ libindicator/Makefile.in
@@ -379,8 +379,7 @@ libindicator_la_SOURCES = \
libindicator_la_CFLAGS = \
$(LIBINDICATOR_CFLAGS) \
$(COVERAGE_CFLAGS) \
- -DG_LOG_DOMAIN=\"libindicator\" \
- -Wall -Werror
+ -DG_LOG_DOMAIN=\"libindicator\"
libindicator_la_LIBADD = \
$(LIBINDICATOR_LIBS)