mirror of
https://git.freebsd.org/ports.git
synced 2025-07-16 00:39:15 -04:00
o rcNGfy o Compile on amd64 [1] NOTE: DSS will support on amd64, because there are many fix which I heard:-) in cvs repository. In this time, however, Apple doesn't release DSS supported on amd64:-(. Submitted by: Javier Martin Rueda <jmrueda@diatel.upm.es> [1]
32 lines
659 B
Text
32 lines
659 B
Text
--- Buildit.orig Fri Jul 14 18:36:35 2006
|
|
+++ Buildit Sat Aug 12 23:51:46 2006
|
|
@@ -100,20 +100,20 @@
|
|
fi
|
|
;;
|
|
|
|
- FreeBSD.i386)
|
|
+ FreeBSD.*)
|
|
echo "Configuring for the "$OSNAME" "$HARDWARENAME" platform"
|
|
- CPLUS=gcc
|
|
- CCOMP=gcc
|
|
- LINKER="gcc"
|
|
- MAKE=make
|
|
+ CPLUS=${CXX}
|
|
+ CCOMP=${CC}
|
|
+ LINKER=${CXX}
|
|
+ MAKE=${MAKE}
|
|
|
|
- COMPILER_FLAGS=
|
|
- INCLUDE_FLAG="-include"
|
|
+ COMPILER_FLAGS="${CFLAGS} ${PTHREAD_CFLAGS}"
|
|
+ INCLUDE_FLAG="-include"
|
|
|
|
- CORE_LINK_LIBS="-pthread -lm -lcrypt"
|
|
+ CORE_LINK_LIBS="${PTHREAD_LIBS} -lm -lcrypt"
|
|
|
|
SHARED=-shared
|
|
- MODULE_LIBS="-lgcc -lstdc++"
|
|
+ MODULE_LIBS=""
|
|
;;
|
|
|
|
# SunOS.sun4m | \
|