diff options
| author | Richard Allen <rsaxvc@gmail.com> | 2013-10-24 00:14:17 -0500 | 
|---|---|---|
| committer | Richard Allen <rsaxvc@gmail.com> | 2013-10-24 00:14:17 -0500 | 
| commit | 0ef5d90cdfa80746cf36e387f16808e15d4e6259 (patch) | |
| tree | 7f30f13919c4e96f4f5e8bb4c3902d36d1ee1229 /Makefile | |
| parent | 9e185d45d67caddf7ffaed04b589f3df587c1215 (diff) | |
| download | pianobar-0ef5d90cdfa80746cf36e387f16808e15d4e6259.tar.gz pianobar-0ef5d90cdfa80746cf36e387f16808e15d4e6259.tar.bz2 pianobar-0ef5d90cdfa80746cf36e387f16808e15d4e6259.zip | |
Port to OpenBSD
This really just tells the makefile how to call the compiler
on OpenBSD. You'll also want the following packages:
  json
  libmad
  libao
  faad
  gnutls
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 | 
1 files changed, 2 insertions, 0 deletions
| @@ -17,6 +17,8 @@ ifeq (${CC},cc)  		CC=gcc -std=c99  	else ifeq (${OS},FreeBSD)  		CC=cc -std=c99 +	else ifeq (${OS},OpenBSD) +		CC=cc -std=c99  	else  		CC=c99  	endif | 
