mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
4f127c13bd
xmms-nas is a Network Audio System output plugin for XMMS. PR: ports/86707 Submitted by: James McNaughton <bitbucket63-it@yahoo.com>
12 lines
395 B
Plaintext
12 lines
395 B
Plaintext
--- Makefile.in.orig Mon Oct 3 18:47:32 2005
|
|
+++ Makefile.in Mon Oct 3 18:47:49 2005
|
|
@@ -81,7 +81,7 @@
|
|
|
|
lib_LTLIBRARIES = libnas.la
|
|
|
|
-CFLAGS = @GTK_CFLAGS@ @NAS_CFLAGS@ -W -Wall -D_REENTRANT -I$(top_srcdir)
|
|
+CFLAGS = @CFLAGS@ @GTK_CFLAGS@ @NAS_CFLAGS@ -W -Wall -I$(top_srcdir)
|
|
|
|
libnas_la_LDFLAGS = -export-dynamic -avoid-version
|
|
libnas_la_SOURCES = nas.c nas.h about.c audio.c nasconf.c
|