From 0e2b427e98b46e8c39e059037f318b5dde677770 Mon Sep 17 00:00:00 2001 From: tnn Date: Tue, 2 Feb 2010 18:35:43 +0000 Subject: specify --tag --- net/liblive/files/config.netbsd | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'net/liblive') diff --git a/net/liblive/files/config.netbsd b/net/liblive/files/config.netbsd index b53da8db198..43a6cd9ee5f 100644 --- a/net/liblive/files/config.netbsd +++ b/net/liblive/files/config.netbsd @@ -1,17 +1,17 @@ .SUFFIXES: .la .lo .cpp COMPILE_OPTS = ${INCLUDES} -I. ${CPPFLAGS} -DBSD=1 -DSOCKLEN_T=socklen_t C = c -C_COMPILER = ${LIBTOOL} --mode=compile ${CC} +C_COMPILER = ${LIBTOOL} --tag=CC --mode=compile ${CC} C_FLAGS = ${COMPILE_OPTS} CPP = cpp -CPLUSPLUS_COMPILER = ${LIBTOOL} --mode=compile c++ +CPLUSPLUS_COMPILER = ${LIBTOOL} --tag=CXX --mode=compile c++ CPLUSPLUS_FLAGS = ${COMPILE_OPTS} -Wall OBJ = lo -LINK = ${LIBTOOL} --mode=link c++ -o +LINK = ${LIBTOOL} --tag=CXX --mode=link c++ -o LINK+= # this is needed to add a space! LINK_OPTS = -Wl,-R${PREFIX}/lib -lm CONSOLE_LINK_OPTS = ${LINK_OPTS} -LIBRARY_LINK = ${LIBTOOL} --mode=link c++ -rpath ${PREFIX}/lib -version-info 0:0 -o +LIBRARY_LINK = ${LIBTOOL} --tag=CXX --mode=link c++ -rpath ${PREFIX}/lib -version-info 0:0 -o LIBRARY_LINK+= # this is needed to add a space! LIBRARY_LINK_OPTS = ${LINK_OPTS} LIB_SUFFIX = la -- cgit v1.2.3