diff options
Diffstat (limited to 'audio/osalp/Makefile')
-rw-r--r-- | audio/osalp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/osalp/Makefile b/audio/osalp/Makefile index 26f1e9b0c854..221e959511f8 100644 --- a/audio/osalp/Makefile +++ b/audio/osalp/Makefile @@ -23,7 +23,7 @@ RUN_DEPENDS= ${BUILD_DEPENDS} USE_GETOPT_LONG=yes GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CFLAGS+= -fPIC -DPIC CPPFLAGS= -I${LOCALBASE}/include LDFLAGS= -L${LOCALBASE}/lib |