X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=makefile;h=45b2d97f666b7f08004d331141799d3bde69430f;hb=a53f08b7a4c95132c6d6bd3aad981df62ffa493d;hp=4423d411dc2a0cbc39c8615fb5b2dcfddd42d732;hpb=70c042d9738e08160348dd674a27eb3274f364c2;p=xonotic%2Fdarkplaces.git diff --git a/makefile b/makefile index 4423d411..45b2d97f 100644 --- a/makefile +++ b/makefile @@ -199,18 +199,12 @@ endif ifeq ($(DP_SOUND_API), OSS) OBJ_SOUND=$(OBJ_SND_OSS) LIB_SOUND=$(LIB_SND_OSS) - ifneq ($(shell [ -e /usr/lib64/libmodplug.a ] || [ -e /usr/lib/libmodplug.a ]), false) - LIB_SOUND+=-lmodplug -lstdc++ - endif endif # ALSA: Advanced Linux Sound Architecture ifeq ($(DP_SOUND_API), ALSA) OBJ_SOUND=$(OBJ_SND_ALSA) LIB_SOUND=$(LIB_SND_ALSA) - ifneq ($(shell [ -e /usr/lib64/libmodplug.a ] || [ -e /usr/lib/libmodplug.a ]), false) - LIB_SOUND+=-lmodplug -lstdc++ - endif endif # COREAUDIO: Core Audio