* Auto-generate PLIST * Respect CC/CXX/CFLAGS/CXXFLAGS/PTHREAD_LIBS * Add WITH_XFT WITH_DEBUG WITH_OPTIMIZED_CFLAGS options [1] * Add another mirror since cvs.nvu.com can be slow * Don't install share/idl/* * No longer depend on mozilla PR: 72762 Submitted by: Michael Johnson <ahze@ahze.net> Obtained from: www/mozilla [1]
13 lines
422 B
C
13 lines
422 B
C
--- nsprpub/pr/include/md/_freebsd.h.orig Sat Nov 15 18:36:13 2003
|
|
+++ nsprpub/pr/include/md/_freebsd.h Sun Dec 14 11:40:08 2003
|
|
@@ -50,6 +50,10 @@
|
|
#define _PR_SI_ARCHITECTURE "alpha"
|
|
#elif defined(__sparc__)
|
|
#define _PR_SI_ARCHITECTURE "sparc"
|
|
+#elif defined(__ia64__)
|
|
+#define _PR_SI_ARCHITECTURE "ia64"
|
|
+#elif defined(__amd64__)
|
|
+#define _PR_SI_ARCHITECTURE "amd64"
|
|
#else
|
|
#error "Unknown CPU architecture"
|
|
#endif
|