diff options
author | tnn <tnn@pkgsrc.org> | 2010-02-02 18:35:43 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2010-02-02 18:35:43 +0000 |
commit | bc030e992414d2533c497bd134a71ca8d5ccc038 (patch) | |
tree | df5a0e9860463dac6f7e71df38120c0bc38cb307 /net/liblive | |
parent | a5ef569eece2235c3e46560376490fa49cddbd50 (diff) | |
download | pkgsrc-bc030e992414d2533c497bd134a71ca8d5ccc038.tar.gz |
specify --tag
Diffstat (limited to 'net/liblive')
-rw-r--r-- | net/liblive/files/config.netbsd | 8 |
1 files changed, 4 insertions, 4 deletions
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 |