mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
b902740e00
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.
26 lines
521 B
Makefile
26 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
|