mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
8d7a265edd
* Support for the aRts plugin now must be explicitly enabled by defining WITH_ARTS. * NAS plugin available by defining WITH_NAS. Consider experimental.
15 lines
498 B
Plaintext
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 =
|