1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/audio/libao/files/patch-src_Makefile.in
Christian Weisgerber 8d7a265edd * Maintenance update to 0.8.4.
* Support for the aRts plugin now must be explicitly enabled by
  defining WITH_ARTS.
* NAS plugin available by defining WITH_NAS.  Consider experimental.
2003-10-08 16:17:10 +00:00

15 lines
498 B
Plaintext

$FreeBSD$
--- src/Makefile.in.orig Wed Oct 8 03:17:06 2003
+++ src/Makefile.in Wed Oct 8 03:17:23 2003
@@ -171,7 +171,7 @@
lib_LTLIBRARIES = libao.la
libao_la_SOURCES = audio_out.c config.c ao_null.c ao_wav.c ao_au.c ao_raw.c ao_aixs.c ao_private.h
-libao_la_LDFLAGS = -version-info @LIB_CURRENT@:@LIB_REVISION@:@LIB_AGE@ -ldl
+libao_la_LDFLAGS = -version-info @LIB_CURRENT@:@LIB_REVISION@:@LIB_AGE@
subdir = src
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_CLEAN_FILES =