]> git.pld-linux.org Git - packages/alsaplayer.git/commitdiff
fixes building of nas plugin
authorfilon <filon@sokrates.mimuw.edu.pl>
Sat, 4 May 2002 07:26:37 +0000 (07:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    alsaplayer-nas.patch -> 1.1

alsaplayer-nas.patch [new file with mode: 0644]

diff --git a/alsaplayer-nas.patch b/alsaplayer-nas.patch
new file mode 100644 (file)
index 0000000..d522321
--- /dev/null
@@ -0,0 +1,25 @@
+--- alsaplayer-0.99.60/configure.ac~   Fri May  3 22:13:21 2002
++++ alsaplayer-0.99.60/configure.ac    Fri May  3 22:13:13 2002
+@@ -363,9 +363,10 @@
+ oldcflags=$CFLAGS
+ CFLAGS="$CFLAGS -I$x_includes -L$x_libraries -lXt"
+-AC_CHECK_LIB(audio,AuStartFlow, [have_nas=yes NAS_LIB="-L$x_libraries -laudio -lXt"], have_nas=no)
++AC_CHECK_LIB(audio,AuStartFlow, [have_nas=yes NAS_LIB="-L$x_libraries -laudio -lXt" NAS_CFLAGS="-I/usr/X11R6/include"], have_nas=no)
+ CFLAGS=$oldcflags
+ AC_SUBST(NAS_LIB)
++AC_SUBST(NAS_CFLAGS)
+ dnl ==========
+--- alsaplayer-0.99.60/output/nas/Makefile.am~ Mon Mar 25 16:43:12 2002
++++ alsaplayer-0.99.60/output/nas/Makefile.am  Fri May  3 22:12:46 2002
+@@ -17,7 +17,7 @@
+ lib_LTLIBRARIES = $(nasltlibs)
+ CFLAGS = -D_REENTRANT -I$(top_builddir) -I$(top_srcdir)/alsaplayer \
+-                      @ARCH_CFLAGS@   
++                      @ARCH_CFLAGS@ @NAS_CFLAGS@      
+ libdir = $(ADDON_DIR)/output
This page took 0.089156 seconds and 4 git commands to generate.