mirror of
https://git.freebsd.org/ports.git
synced 2025-07-08 04:49:17 -04:00
- Remove USE_FORTRAN. It isn't required. - Staging. - Add a do-build target so we no longer have to build static libraries with -fPIC. - Remove patching of "CFLAGS=" into "CFLAGS+=", because with base system make, += allows CFLAGS from /usr/share/mk or make.conf to slip in. Instead pass CFLAGS via EXTRACFLAGS which is also used to control the -fpic flag in do-build.
10 lines
376 B
Modula-2
10 lines
376 B
Modula-2
--- conf/FREEBSD.def.orig Wed Dec 19 11:09:23 2001
|
|
+++ conf/FREEBSD.def Wed Dec 19 11:09:39 2001
|
|
@@ -1,6 +1,6 @@
|
|
ARCHCFLAGS = -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/rsh\" \
|
|
-DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS \
|
|
- -DFAKEXDRFLOAT -DSYSERRISCONST
|
|
+ -DFAKEXDRFLOAT -DSYSERRISCONST -DSHAREDTMP $(EXTRACFLAGS)
|
|
ARCHDLIB =
|
|
ARCHDOBJ =
|
|
ARCHLIB = -lrpcsvc
|