1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/www/mozilla+ipv6/files/patch-ba
Munechika SUMIKAWA 4f912dcce4 IPv6 enabled mozilla-M17.
Submitted by:	ume
Repo copied by:	PW
2000-08-29 10:40:23 +00:00

13 lines
505 B
Plaintext

--- build/autoconf/make-makefile.orig Tue Mar 14 12:17:32 2000
+++ build/autoconf/make-makefile Sun Aug 27 02:52:27 2000
@@ -43,7 +43,8 @@
# called from "mozilla/gfx/src", then $source_subdir would be
# "gfx/src/".
$source_subdir = "$object_fullpath/";
-$source_subdir =~ s|^$object_root/||;
+my $quoted_object_root = quotemeta($object_root);
+$source_subdir =~ s|^$quoted_object_root/||;
# Prefix makefiles with $source_subdir so that paths
# will be relative to the top of the object tree.