Browse Source

Change platform definition macro according to new standard

master
Michael Schloh von Bennewitz 23 years ago committed by Ralf S. Engelschall
parent
commit
0951de2503
  1. 5
      mplayer/mplayer.spec

5
mplayer/mplayer.spec

@ -38,7 +38,7 @@ Distribution: OpenPKG [EVAL]
Group: Video
License: GPL and others
Version: %{V_mplayer}
Release: 20030912
Release: 20030917
# build options
%option with_gui no
@ -100,7 +100,8 @@ AutoReqProv: no
%build
# translate target names into qmake system types
case "%{l_target}" in *-solaris*) host=solaris ;;
case "%{l_platform -t}" in
*-sunos*) host=solaris ;;
*-linux*) host=linux ;;
*-freebsd*) host=freebsd ;;
*) host=`uname | tr A-Z a-z` ;;

Loading…
Cancel
Save