diff options
Diffstat (limited to 'devel/pth')
-rw-r--r-- | devel/pth/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/pth/Makefile b/devel/pth/Makefile index 3a9f667..7f3a945 100644 --- a/devel/pth/Makefile +++ b/devel/pth/Makefile @@ -18,7 +18,7 @@ COMMENT= GNU Portable Threads INSTALLS_SHLIB= yes LDCONFIG_DIRS= %%PREFIX%%/lib/pth GNU_CONFIGURE= yes -CONFIGURE_TARGET=--build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --enable-pthread \ --enable-syscall-soft \ --enable-optimize \ |