1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/lang/xds/files/patch-lib__x86__lib.mkf
Alejandro Pulver 08ba2bc63c This is Native XDS-x86 for Linux,
it is setup to produce native FreeBSD binaries.

WWW: http://www.excelsior-usa.com/

PR:		ports/108498
Submitted by:	coumarin at gmail.com
2007-02-17 03:31:07 +00:00

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 ------------------