diff options
author | jeh <jeh@FreeBSD.org> | 2003-11-06 06:12:37 +0800 |
---|---|---|
committer | jeh <jeh@FreeBSD.org> | 2003-11-06 06:12:37 +0800 |
commit | 91e2934eadc42d7bbdc6828ea43d187beeccb79a (patch) | |
tree | ae6b47940ffed2c4e5ab235dc93d7b6b7333b1f6 /emulators/xmame | |
parent | 29091b175a58284e07fabf6dc1a3ef66fb87fec2 (diff) | |
download | freebsd-ports-gnome-91e2934eadc42d7bbdc6828ea43d187beeccb79a.tar.gz freebsd-ports-gnome-91e2934eadc42d7bbdc6828ea43d187beeccb79a.tar.zst freebsd-ports-gnome-91e2934eadc42d7bbdc6828ea43d187beeccb79a.zip |
Fix the build with WITH_ASM68K=yes option
PR: 58977
Submitted By: MAINTAINER
Diffstat (limited to 'emulators/xmame')
-rw-r--r-- | emulators/xmame/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile index 641cfa41c2d8..96060acf155a 100644 --- a/emulators/xmame/Makefile +++ b/emulators/xmame/Makefile @@ -256,7 +256,7 @@ do-configure: ${REINPLACE_CMD} -e "s@= gcc@?= ${CC}@g" \ -e "s@^TARGET.*@TARGET = ${MAMEMESS}@g" \ -e "s@# MAME_NET@${NETWORK}MAME_NET@g" \ - -e "s@# X86_ASM_68000@${ASM_COMMENT}X86_ASM_68000@g" \ + -e "s@# X86_ASM_68000 =@${ASM_COMMENT}X86_ASM_68000 =@g" \ -e "s@^CFLAGS.*@CFLAGS ?= ${CFLAGS}@g" \ -e "s@^INSTALL_GROUP.*@INSTALL_GROUP = wheel@g" \ -e "s@# LIBS.*@LIBS = -L${LOCALBASE}/lib@g" \ |