ports/emulators/pcem/files/patch-configure.ac
Dmitry Marakasov d8d2d6c09d Cleanup and simplify emulators/pcem
- Add LICENSE_FILE
- Remove bogus PATCHDIR
- Use WX_CONFIG
- Switch to USES=localbase
- Simplify configure patch

PR:		253033
Submitted by:	amdmi3
Approved by:	maintainer timeout (darkfm@vera.com.uy, 2 weeks)
2021-02-09 00:26:24 +00:00

11 lines
245 B
Text

--- configure.ac.orig 2019-04-17 19:37:48 UTC
+++ configure.ac
@@ -60,7 +60,7 @@ case "${host_cpu}" in
CPU=i386
AC_MSG_RESULT(${host_cpu})
;;
- x86_64)
+ x86_64|amd64)
CPU=x86_64
AC_MSG_RESULT(${host_cpu})
;;