1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/www/ruby-gtkmozembed/files/patch-extconf.rb
Stanislav Sedov 9377b98f8f - Update to current snapshot (should fix compatiblity problems with the new
gnome)
- PREFIX-cleaness

Approved by:	mezz (maintainer, implicitly)
2006-12-02 18:34:38 +00:00

13 lines
362 B
Ruby

--- extconf.rb.orig Fri Dec 1 02:00:22 2006
+++ extconf.rb Fri Dec 1 03:37:15 2006
@@ -40,8 +40,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