diff options
author | rh <rh@pkgsrc.org> | 2003-04-04 22:37:33 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2003-04-04 22:37:33 +0000 |
commit | e3c259d537804b436e0f1a626b804089df685a5c (patch) | |
tree | d15885d7ef12978a3cb271be2ae449c90a17c45d /net/liblive/files | |
parent | 1107135f949bd365eba4319f5d8afe86b70af7d0 (diff) | |
download | pkgsrc-e3c259d537804b436e0f1a626b804089df685a5c.tar.gz |
Initial import of liblive-2003.04.04, a set of C++ libraries for multimedia
streaming.
Diffstat (limited to 'net/liblive/files')
-rw-r--r-- | net/liblive/files/config.netbsd | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/net/liblive/files/config.netbsd b/net/liblive/files/config.netbsd new file mode 100644 index 00000000000..b53da8db198 --- /dev/null +++ b/net/liblive/files/config.netbsd @@ -0,0 +1,20 @@ +.SUFFIXES: .la .lo .cpp +COMPILE_OPTS = ${INCLUDES} -I. ${CPPFLAGS} -DBSD=1 -DSOCKLEN_T=socklen_t +C = c +C_COMPILER = ${LIBTOOL} --mode=compile ${CC} +C_FLAGS = ${COMPILE_OPTS} +CPP = cpp +CPLUSPLUS_COMPILER = ${LIBTOOL} --mode=compile c++ +CPLUSPLUS_FLAGS = ${COMPILE_OPTS} -Wall +OBJ = lo +LINK = ${LIBTOOL} --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+= # this is needed to add a space! +LIBRARY_LINK_OPTS = ${LINK_OPTS} +LIB_SUFFIX = la +LIBS_FOR_CONSOLE_APPLICATION = +LIBS_FOR_GUI_APPLICATION = +EXE = |