diff options
author | lofi <lofi@FreeBSD.org> | 2004-05-25 23:03:53 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2004-05-25 23:03:53 +0800 |
commit | 7cf43bbefebe5e55d60a7b53c5bfe31da25089d9 (patch) | |
tree | 23b6cdeb092890087169b6ba076bf7da6116f36c | |
parent | 08895cbe76ae609779c9d2287ea5284c17fa2fa5 (diff) | |
download | freebsd-ports-gnome-7cf43bbefebe5e55d60a7b53c5bfe31da25089d9.tar.gz freebsd-ports-gnome-7cf43bbefebe5e55d60a7b53c5bfe31da25089d9.tar.zst freebsd-ports-gnome-7cf43bbefebe5e55d60a7b53c5bfe31da25089d9.zip |
Add --build... to CONFIGURE_ARGS now that arts doesn't get it anymore
from either Makefile.kde or bsd.kde.mk.
Noticed by: many
PR: ports/67164
-rw-r--r-- | audio/arts/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/arts/Makefile b/audio/arts/Makefile index 7ebaaf1a5bb2..f199a9d3836d 100644 --- a/audio/arts/Makefile +++ b/audio/arts/Makefile @@ -35,6 +35,7 @@ DO_NOT_COMPILE+=gmcop CFLAGS+= -DHAVE_VASPRINTF CONFIGURE_ENV+= DO_NOT_COMPILE="${DO_NOT_COMPILE}" +CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} OPTIONS= ESD "Enable esound support" off \ NAS "Enable NAS support" off |