From 683c0a832b1494a4c6e73812b9679c33b3c7fa36 Mon Sep 17 00:00:00 2001 From: mezz Date: Tue, 1 Aug 2006 04:53:58 +0000 Subject: X11BASE -> LOCALBASE, gecko ports live in LOCALBASE. Bump the PORTREVISION. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6916 df743ca5-7f9a-e211-a948-0013205c9059 --- www/ruby-gtkmozembed/files/patch-extconf.rb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 www/ruby-gtkmozembed/files/patch-extconf.rb (limited to 'www/ruby-gtkmozembed/files') diff --git a/www/ruby-gtkmozembed/files/patch-extconf.rb b/www/ruby-gtkmozembed/files/patch-extconf.rb new file mode 100644 index 000000000..c08018c84 --- /dev/null +++ b/www/ruby-gtkmozembed/files/patch-extconf.rb @@ -0,0 +1,12 @@ +--- extconf.rb.orig Sun Jul 2 19:15:05 2006 ++++ extconf.rb Sun Jul 2 19:19:25 2006 +@@ -23,8 +23,7 @@ + PKGConfig.have_package(PACKAGE_ID) + setup_win32(PACKAGE_NAME) + +-mozpath = PKGConfig.libs_only_L(PACKAGE_ID) +-mozpath.strip!.sub!(/^-L/, "") ++mozpath = "%%GECKO_PATH%%" + + if mozpath + # please comment the CFLAGS line if you don't want a default comp_path -- cgit v1.2.3