From 3a13ea1daa337441e7c2d04aad028158f93bc48b Mon Sep 17 00:00:00 2001 From: ono_matope Date: Fri, 3 Oct 2014 03:22:42 +0900 Subject: watch: fix bad compiler flag Closes #32880. Signed-off-by: Jack Nagel --- Library/Formula/watch.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') diff --git a/Library/Formula/watch.rb b/Library/Formula/watch.rb index 94838cd82..a8618183f 100644 --- a/Library/Formula/watch.rb +++ b/Library/Formula/watch.rb @@ -9,7 +9,7 @@ class Watch < Formula conflicts_with 'visionmedia-watch' def install - system "make", "watch", "PKG_LDFLAGS=-Wl" + system "make", "watch", "PKG_LDFLAGS=" bin.install "watch" man1.install "watch.1" end -- cgit v1.2.3