mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
7c73d7524c
Don't misuse DESTDIR when building linuxthreads version of libgcc. Fix varargs warning under 5.0-CURRENT. Don't try to register profiled libraries when NOPROFILE has been specified. Don't try to register shared libraries when NOPIC has been specified. Bump port revision. PR: 38876
19 lines
442 B
Makefile
19 lines
442 B
Makefile
# $FreeBSD: /tmp/pcvs/ports/devel/linuxthreads/files/Makefile.libsupc++,v 1.1 2002-06-08 18:27:19 tegge Exp $
|
|
|
|
PREFIX?= ${DESTDIR}/usr/local
|
|
LIBDIR= ${PREFIX:S,^${DESTDIR},,}/lib
|
|
|
|
CFLAGS+=-D_PTHREADS -I../
|
|
CFLAGS+=-I../sysdeps/i386 -I../sysdeps/pthread -I../sysdeps/unix/sysv/linux
|
|
CXXFLAGS= ${CXXINCLUDES} ${CFLAGS}
|
|
|
|
installincludes:
|
|
|
|
.include "Makefile.inc"
|
|
|
|
#
|
|
# Override various things that are set in the main Makefile.
|
|
#
|
|
|
|
.undef SUBDIR
|