mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 06:10:30 -04:00
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
11 lines
521 B
Text
11 lines
521 B
Text
--- src/plugins/pulse/Makefile.in.orig 2014-01-27 23:57:42 UTC
|
|
+++ src/plugins/pulse/Makefile.in
|
|
@@ -348,7 +348,7 @@ AUTOMAKE_OPTIONS = foreign
|
|
@HAVE_PULSE_TRUE@pulseltlibs = libpulse.la
|
|
@HAVE_PULSE_FALSE@pulsesources =
|
|
@HAVE_PULSE_TRUE@pulsesources = ao_pulse.c
|
|
-INCLUDES = -I$(top_builddir)/include/ao -I$(top_srcdir)/include
|
|
+INCLUDES = -I$(top_builddir)/include/ao -I$(top_srcdir)/include @PULSE_CFLAGS@
|
|
lib_LTLIBRARIES = $(pulseltlibs)
|
|
libpulse_la_LDFLAGS = @PLUGIN_LDFLAGS@
|
|
libpulse_la_LIBADD = @PULSE_LIBS@
|