mirror of
https://git.freebsd.org/ports.git
synced 2025-06-27 15:40:32 -04:00
- Switch to options helpers - Regenerate patches - Adjust CONFLICTS since some conflicting ports removed from ports tree - Pet portlint (bring USES earlier) - Add missing USES,USE_XORG - Bump PORTREVISION due to USES change Sponsored by: HAW International, Inc.
15 lines
414 B
CFEngine3
15 lines
414 B
CFEngine3
--- Xvnc/config/cf/Imake.cf.orig 2006-12-23 12:07:55 UTC
|
|
+++ Xvnc/config/cf/Imake.cf
|
|
@@ -206,6 +206,12 @@ XCOMM $XFree86: xc/config/cf/Imake.cf,v 3.66 2001/04/1
|
|
# define i386Architecture
|
|
# undef i386
|
|
# endif
|
|
+# ifdef __x86_64__
|
|
+# ifndef x86_64Architecture
|
|
+# define x86_64Architecture
|
|
+# endif
|
|
+# undef __x86_64__
|
|
+# endif
|
|
# ifdef __alpha__
|
|
# define AlphaBsdArchitecture
|
|
# define AlphaArchitecture
|