pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/liblive/files specify --tag



details:   https://anonhg.NetBSD.org/pkgsrc/rev/74c0759975bc
branches:  trunk
changeset: 570696:74c0759975bc
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Tue Feb 02 18:35:43 2010 +0000

description:
specify --tag

diffstat:

 net/liblive/files/config.netbsd |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (25 lines):

diff -r c9ea0b2a7110 -r 74c0759975bc net/liblive/files/config.netbsd
--- a/net/liblive/files/config.netbsd   Tue Feb 02 18:34:03 2010 +0000
+++ b/net/liblive/files/config.netbsd   Tue Feb 02 18:35:43 2010 +0000
@@ -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



Home | Main Index | Thread Index | Old Index