From 3e110259dea7bad8e819102a3c393ba1b9ff0000 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 8 Mar 2012 02:58:43 +0000 Subject: set --prefix for ./configure for things like pkgconfig svn path=/trunk/; revision=16058 --- packages/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'packages') diff --git a/packages/Makefile b/packages/Makefile index 3ebf3ec8..f464069d 100644 --- a/packages/Makefile +++ b/packages/Makefile @@ -91,13 +91,15 @@ externals: #------------------------------------------------------------------------------ # pd +PD_CONFIGURE_FLAGS = --prefix=$(prefix) + ifeq ($(OS_NAME),darwin) - PD_CONFIGURE_FLAGS = --enable-jack + PD_CONFIGURE_FLAGS += --enable-jack else ifeq ($(OS_NAME),linux) - PD_CONFIGURE_FLAGS = --enable-jack --enable-alsa + PD_CONFIGURE_FLAGS += --enable-jack --enable-alsa else - PD_CONFIGURE_FLAGS = + PD_CONFIGURE_FLAGS += endif endif -- cgit v1.2.1