6593022e89
release of the Firebird web browser with a new name to avoid conflicts with the Firebird database. This is version 0.8. http://www.mozilla.org/products/firefox/releases/ * Update to 0.8 and change name to firefox [1] * Make PLIST from a fake installation [1] * Restore original credit and portname in Makefile [1] * Optionally install headers and IDL files [2] * Use PERL instead of REINPLACE_CMD in a few places [1] * Use OPTIONS * Enable the Inspector extension * Fix another possible esound related problem * Enable basic optimizations if WITH_DEBUG is not specified PR: 62631 [2] Submitted by: trevor [1] [2]
14 lines
253 B
Makefile
14 lines
253 B
Makefile
$FreeBSD$
|
|
|
|
--- security/coreconf/FreeBSD.mk Thu Oct 16 23:03:47 2003
|
|
+++ security/coreconf/FreeBSD.mk Thu Oct 16 22:53:11 2003
|
|
@@ -44,5 +44,9 @@
|
|
CPU_ARCH = alpha
|
|
else
|
|
+ifeq ($(OS_TEST),amd64)
|
|
+CPU_ARCH = amd64
|
|
+else
|
|
CPU_ARCH = x86
|
|
+endif
|
|
endif
|
|
|