mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
08ba2bc63c
it is setup to produce native FreeBSD binaries. WWW: http://www.excelsior-usa.com/ PR: ports/108498 Submitted by: coumarin at gmail.com
16 lines
485 B
Plaintext
16 lines
485 B
Plaintext
--- lib/x86/lib.mkf.orig Tue May 10 05:19:09 2005
|
|
+++ lib/x86/lib.mkf Fri Feb 16 19:01:34 2007
|
|
@@ -5,9 +5,9 @@
|
|
XDSLIB = libxds.a
|
|
LIBCMD = libxds.tmp
|
|
|
|
-CDEFS = -D_unix -D_linux -DX2C_no_spawn -DX2C_strcmp -DX2C_native_library
|
|
-CF = -O2 -fno-strength-reduce -I$(INCL) -c
|
|
-CC = gcc
|
|
+CDEFS = -D_unix -DX2C_no_spawn -DX2C_strcmp -DX2C_native_library
|
|
+CF = $(CFLAGS) -O2 -fno-strength-reduce -I$(INCL) -c
|
|
+CC ?= gcc
|
|
OBJFF =
|
|
|
|
# ------------------ objects enumeration ------------------
|