Browse Source

try to support darwin

master
parent
commit
79c80b7181
  1. 3
      hexer/hexer.spec

3
hexer/hexer.spec

@ -32,7 +32,7 @@ Class: PLUS
Group: Editor
License: BSD
Version: 0.1.5
Release: 20110205
Release: 20110831
# list of sources
Source0: http://ftp.de.debian.org/debian/pool/main/h/hexer/hexer_%{version}.orig.tar.gz
@ -63,6 +63,7 @@ PreReq: OpenPKG, openpkg >= 20100101
*-netbsd* ) ext=bsd ;;
*-linux* ) ext=linux ;;
*-sunos* ) ext=sunos ;;
*-darwin* ) ext=bsd ;;
esac
%{l_shtool} install \
-e 's;\(USE_STDARG\).*;\1 1;' \

Loading…
Cancel
Save