From 6d32041089f69b286e38202d327fdd290b6c7e42 Mon Sep 17 00:00:00 2001 From: Jonas Bengtsson Date: Tue, 6 Dec 2011 12:00:08 +0100 Subject: elinks: enable 256 colors Signed-off-by: Adam Vandenberg --- Library/Formula/elinks.rb | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'Library/Formula') diff --git a/Library/Formula/elinks.rb b/Library/Formula/elinks.rb index e4a086116..e0a3b90b6 100644 --- a/Library/Formula/elinks.rb +++ b/Library/Formula/elinks.rb @@ -9,6 +9,11 @@ class Elinks < Formula fails_with_llvm :build => 2326 + # enables 256 colors, per the manual + def patches + DATA + end + def install ENV.deparallelize ENV.delete('LD') @@ -17,3 +22,19 @@ class Elinks < Formula system "make install" end end + +__END__ +diff --git a/features.conf b/features.conf +index 1c0095c..7ee8b0d 100644 +--- a/features.conf ++++ b/features.conf +@@ -501,7 +501,7 @@ CONFIG_88_COLORS=no + # + # Default: disabled + +-CONFIG_256_COLORS=no ++CONFIG_256_COLORS=yes + + + ### Ex-mode Interface + -- cgit v1.2.3