aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatteo Ipri2013-04-02 13:42:31 +0200
committerJack Nagel2013-04-02 09:36:49 -0500
commit36a4db35bd5ca0a687a8704839ca3e358d7010a0 (patch)
tree9dc99f7076f7f9b793defe9fb9668908dd33fd72
parentcb6d8389cf5d64fb2abd73a776fe7d3c784d7e42 (diff)
downloadhomebrew-36a4db35bd5ca0a687a8704839ca3e358d7010a0.tar.bz2
gnuplot: remove obviated patch
Since glib 2.36 the patch is unnecessary. Closes #18900. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
-rw-r--r--Library/Formula/gnuplot.rb20
1 files changed, 0 insertions, 20 deletions
diff --git a/Library/Formula/gnuplot.rb b/Library/Formula/gnuplot.rb
index cde505494..e5a1d4508 100644
--- a/Library/Formula/gnuplot.rb
+++ b/Library/Formula/gnuplot.rb
@@ -34,12 +34,6 @@ class Gnuplot < Formula
depends_on 'qt' if build.include? 'qt'
depends_on :tex if build.include? 'latex'
- def patches
- # see discussion on this cairo issue: https://github.com/fontforge/fontforge/issues/222
- # and the gnuplot bug report: https://sourceforge.net/p/gnuplot/bugs/1223/
- DATA
- end
-
def install
# Help configure find libraries
readline = Formula.factory 'readline'
@@ -80,17 +74,3 @@ class Gnuplot < Formula
system "#{bin}/gnuplot", "--version"
end
end
-
-__END__
-diff --git a/term/cairo.trm b/term/cairo.trm
-index 48fac72..c5d110f 100644
---- a/term/cairo.trm
-+++ b/term/cairo.trm
-@@ -615,6 +615,7 @@ TERM_PUBLIC void cairotrm_options()
- * Is the 'main' function of the terminal. */
- void cairotrm_init()
- {
-+ g_type_init();
- cairo_surface_t *surface = NULL;
-
- FPRINTF((stderr,"Init\n"));