summaryrefslogtreecommitdiff
path: root/www/mozilla-devel/files/patch-security::coreconf::FreeBSD.mk
blob: 783d452b289600f604fbba41dfa3c3b6cc0e177c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
$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