freebsd-ports/www/seamonkey/files/patch-config_autoconf.mk.in
Joe Marcus Clarke bd86e479e9 Don't tack on an extra '-' in the include dir path.
Reported by:	John Merryweather Cooper <john_m_cooper@yahoo.com>
2002-11-18 13:28:32 +00:00

18 lines
579 B
Makefile

--- config/autoconf.mk.in.orig Sun Nov 17 14:47:49 2002
+++ config/autoconf.mk.in Sun Nov 17 14:48:17 2002
@@ -30,13 +30,13 @@
prefix = @prefix@
exec_prefix = @exec_prefix@
bindir = @bindir@
-includedir = @includedir@/mozilla-$(MOZILLA_VERSION)
+includedir = @includedir@/mozilla%%HEADERS_SUFX%%
libdir = @libdir@
datadir = @datadir@
mandir = @mandir@
idldir = @datadir@/idl/mozilla-$(MOZILLA_VERSION)
-mozappdir = $(libdir)/mozilla-$(MOZILLA_VERSION)
+mozappdir = $(libdir)/%%MOZILLA%%
mredir = $(libdir)/mre/mre-$(MOZILLA_VERSION)
mrelibdir = $(mredir)/lib