freebsd-ports/www/mozilla-vendor/files/patch-security::coreconf::FreeBSD.mk
Maxim Sobolev b902740e00 Long awaited 0.9.9 update. For some reason configure doesn't pick up our
request to enable chatzilla, therefore it is not enabled now - the issue
is under investigation, but anybody is free to smash maintainers with a
relevant patch.
2002-03-12 18:16:09 +00:00

25 lines
521 B
Makefile

$FreeBSD$
--- security/coreconf/FreeBSD.mk.orig Sat Mar 9 00:17:36 2002
+++ security/coreconf/FreeBSD.mk Tue Mar 12 17:19:15 2002
@@ -35,9 +35,7 @@
include $(CORE_DEPTH)/coreconf/UNIX.mk
-DEFAULT_COMPILER = gcc
-CC = gcc
-CCC = g++
+CCC = ${CXX}
RANLIB = ranlib
ifeq ($(OS_TEST),alpha)
@@ -70,7 +68,7 @@
DLL_SUFFIX = so.1.0
endif
-MKSHLIB = $(CC) $(DSO_LDOPTS)
+MKSHLIB = $(CC) $(DSO_LDOPTS) -o $@
ifdef MAPFILE
# Add LD options to restrict exported symbols to those in the map file
endif