[csw-devel] SF.net SVN: gar:[14826] csw/mgar/pkg/libao2/trunk/Makefile
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Thu Jun 16 10:55:57 CEST 2011
Revision: 14826
http://gar.svn.sourceforge.net/gar/?rev=14826&view=rev
Author: dmichelsen
Date: 2011-06-16 08:55:57 +0000 (Thu, 16 Jun 2011)
Log Message:
-----------
libao2: Use standard location for libao.conf as libao4 already does
Modified Paths:
--------------
csw/mgar/pkg/libao2/trunk/Makefile
Modified: csw/mgar/pkg/libao2/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libao2/trunk/Makefile 2011-06-16 08:49:00 UTC (rev 14825)
+++ csw/mgar/pkg/libao2/trunk/Makefile 2011-06-16 08:55:57 UTC (rev 14826)
@@ -22,9 +22,12 @@
PKGFILES_CSWlibao2 += $(call baseisadirs,$(libdir),ao/.*)
RUNTIME_DEP_PKGS_CSWlibao2 += CSWlibesd0
+# Default is /etc/libao.conf
+LIBAO_CONF = $(sysconfdir)/libao.conf
+EXTRA_CPPFLAGS = -DAO_SYSTEM_CONFIG=\\\"$(LIBAO_CONF)\\\"
+
+# The file libao.conf is delivered with the newer libao4
+
BUILD64 = 1
-CONFIGURE_ARGS = $(DIRPATHS)
-TEST_TARGET = check
-
include gar/category.mk
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list