diff options
author | Michael Stapelberg <stapelberg@users.noreply.github.com> | 2015-07-07 23:12:13 -0700 |
---|---|---|
committer | Michael Stapelberg <stapelberg@users.noreply.github.com> | 2015-07-07 23:12:13 -0700 |
commit | 55a23712ade74836be11feb9602f90d360aea44a (patch) | |
tree | 8de541c9dffaaf20f078807ca6489e6cbf211301 /Makefile | |
parent | 326f26c5138526eccc7c57a22c3a1138e1535fcc (diff) | |
parent | 80e7b83d541044c698d6e9e40cc122e0cf287858 (diff) |
Merge pull request #40 from afh/pull/osx
Mac OS X compatibility changes
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -47,8 +47,8 @@ ifeq ($(OS),OpenBSD) LIBS+=-lossaudio endif -ifeq ($(OS), NetBSD) -LIBS+= -lprop +ifeq ($(OS),NetBSD) +LIBS+=-lprop endif # This probably applies for any pkgsrc based system |