Browse Source

adjust for new %{l_platform} arrangement

master
Michael Schloh von Bennewitz 23 years ago committed by Ralf S. Engelschall
parent
commit
d4357a8c18
  1. 6
      dss/dss.spec

6
dss/dss.spec

@ -37,7 +37,7 @@ Distribution: OpenPKG [EVAL]
Group: Video
License: APSL
Version: %{V_opkg}
Release: 20030731
Release: 20030915
# list of sources
Source0: http://www.opensource.apple.com/projects/streaming/source/DSS-%{V_dss}.src.tar.gz
@ -161,8 +161,8 @@ AutoReqProv: no
MAKE="%{l_make}"
INCLUDE_FLAG="-include"
export CPLUS CCOMP LINKER MAKE INCLUDE_FLAG
case "%{l_target}" in
*-solaris* )
case "%{l_platform -t}" in
*-sunos* )
COMPILER_FLAGS="-D__solaris__ -D_REENTRANT -L/usr/local/lib -R/usr/local/lib"
CORE_LINK_LIBS="-lpthread -ldl -lsocket -lnsl -lresolv -lm -lcrypt -lstdc++"
SHARED=-G

Loading…
Cancel
Save