From ebe8e835716bfd505dec95bdbfbac519f671d783 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Wed, 25 Jul 2012 21:51:20 -0500 Subject: Update formulae for new XQuartz module --- Library/Formula/tabbed.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula/tabbed.rb') diff --git a/Library/Formula/tabbed.rb b/Library/Formula/tabbed.rb index 8194d8fc7..25642e55b 100644 --- a/Library/Formula/tabbed.rb +++ b/Library/Formula/tabbed.rb @@ -9,7 +9,7 @@ class Tabbed < Formula depends_on :x11 def install - inreplace 'config.mk', "LIBS = -L/usr/lib -lc -lX11', 'LIBS = -L#{MacOS.x11_prefix}/lib -lc -lX11" + inreplace 'config.mk', "LIBS = -L/usr/lib -lc -lX11', 'LIBS = -L#{MacOS::XQuartz.lib} -lc -lX11" inreplace 'tabbed.1', 'new surf-window.', 'new xterm-window.' inreplace 'config.def.h', '{ MODKEY|ShiftMask, XK_Return, spawn, { .v = (char*[]){ "surf", "-e", winid, NULL} } },', -- cgit v1.2.3