[MacPorts] #49901: elkhound @1215-12-03 - new port
MacPorts
noreply at macports.org
Thu Mar 10 19:37:08 PST 2016
#49901: elkhound @1215-12-03 - new port
-----------------------------+--------------------------------
Reporter: mark.brethen@… | Owner: macports-tickets@…
Type: submission | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.3.4
Resolution: | Keywords:
Port: |
-----------------------------+--------------------------------
Comment (by mark.brethen@…):
The makefile for the top level distribution has this:
{{{
all:
$(MAKE) -C smbase
$(MAKE) -C ast
$(MAKE) -C elkhound
}}}
In .../src/elkhound/Makefile.in I find this section
{{{
# -------------------- compiler configuration -------------------
# C++ compiler, etc.
CXX := @CXX@
# flags for the C and C++ compilers (and preprocessor)
# "-Ic" is needed for binaries that use $(support-set)
CCFLAGS := @CCFLAGS@ -I$(SMBASE) -I$(AST) -Ic
# flags for the linker
libraries := $(LIBAST) $(LIBSMBASE)
LDFLAGS := -g -Wall $(libraries)
# some other tools
AR := ar
RANLIB := ranlib
# compile .cc to .o
%.o: %.cc
$(CXX) -c -o $@ $< $(CCFLAGS)
@perl $(SMBASE)/depend.pl -o $@ $< $(CCFLAGS) >$*.d
}}}
Configure script is .../src/elkhound/configure.pl
This looks correct, aren't the CC, CXX and CPP environment variables being
set at configure time?
--
Ticket URL: <https://trac.macports.org/ticket/49901#comment:3>
MacPorts <https://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list