mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
9a6c0ea2ad
poll(). Enable MathML support. Use bzip2, since it saves 5MB on the distfile. Revamp the port a bit.
23 lines
474 B
Plaintext
23 lines
474 B
Plaintext
--- nsprpub/config/FreeBSD.mk.orig Wed Oct 20 14:19:53 1999
|
|
+++ nsprpub/config/FreeBSD.mk Thu Feb 3 03:48:20 2000
|
|
@@ -21,14 +21,16 @@
|
|
|
|
include $(MOD_DEPTH)/config/UNIX.mk
|
|
|
|
-CC = gcc
|
|
-CCC = g++
|
|
RANLIB = ranlib
|
|
+CCC = ${CXX}
|
|
+
|
|
+# During FreeBSD port build, CFLAGS contains all of the optimizations
|
|
+# flags desired...
|
|
+OPTIMIZER =
|
|
|
|
ifeq ($(OS_TEST),alpha)
|
|
CPU_ARCH = alpha
|
|
else
|
|
-OS_REL_CFLAGS = -Di386
|
|
CPU_ARCH = x86
|
|
endif
|
|
CPU_ARCH_TAG = _$(CPU_ARCH)
|