mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 17:36:28 -04:00
- 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)
11 lines
245 B
Text
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})
|
|
;;
|