[csw-devel] SF.net SVN: gar:[15217] csw/mgar/pkg/apr/trunk/Makefile
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Mon Jul 25 16:12:40 CEST 2011
Revision: 15217
http://gar.svn.sourceforge.net/gar/?rev=15217&view=rev
Author: dmichelsen
Date: 2011-07-25 14:12:40 +0000 (Mon, 25 Jul 2011)
Log Message:
-----------
ape: Make sure correct path is in -config
Modified Paths:
--------------
csw/mgar/pkg/apr/trunk/Makefile
Modified: csw/mgar/pkg/apr/trunk/Makefile
===================================================================
--- csw/mgar/pkg/apr/trunk/Makefile 2011-07-25 11:10:16 UTC (rev 15216)
+++ csw/mgar/pkg/apr/trunk/Makefile 2011-07-25 14:12:40 UTC (rev 15217)
@@ -32,13 +32,14 @@
CONFIGURE_ARGS = $(DIRPATHS)
CONFIGURE_ARGS += --enable-threads
CONFIGURE_ARGS += --enable-other-child
-CONFIGURE_ARGS += --with-installbuilddir=$(datadir)/$(MM_LIBDIR)/build-1
+CONFIGURE_ARGS += --with-installbuilddir=$(datadir)/$(MM_BINDIR)/build-1
-MERGEBASE_/opt/csw/share/64 = $(datadir)
-EXTRA_MERGE_DIRS_isa-extra = $(abspath $(datadir)/$(MM_LIBDIR))
+MERGEBASE_/opt/csw/share/sparcv9 = $(datadir)
+MERGEBASE_/opt/csw/share/amd64= $(datadir)
+EXTRA_MERGE_DIRS_isa-extra = $(abspath $(datadir)/$(MM_BINDIR))
include gar/category.mk
post-install-modulated:
perl -pi -e 's,/usr/local/lib,$(libdir),g' \
- $(DESTDIR)$(datadir)/$(MM_LIBDIR)/build-1/libtool
+ $(DESTDIR)$(datadir)/$(MM_BINDIR)/build-1/libtool
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