diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-04-11 19:00:18 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-04-11 19:00:18 +0000 |
commit | 5505685d93d8aa038740bda60170fa4fdc440e34 (patch) | |
tree | 424d7b148e45d01c3febf6904255a6afae12556e /print/panda | |
parent | cd84f072ebfcca347fa4a8c83566c942eec1c346 (diff) |
Build with NOPROFILE defined to avoid building the profiled library.
Submitted by: bento
Notes
Notes:
svn path=/head/; revision=41297
Diffstat (limited to 'print/panda')
-rw-r--r-- | print/panda/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/print/panda/Makefile b/print/panda/Makefile index 95050dfc6d48..4ec18cee434a 100644 --- a/print/panda/Makefile +++ b/print/panda/Makefile @@ -27,6 +27,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${PREFIX}/include" \ CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" \ LDFLAGS="-L${PREFIX}/lib" \ LIBS="${PTHREAD_LIBS}" +MAKE_ARGS= NOPROFILE=true INSTALLS_SHLIB= yes MAN3= checkinfo.3 initpanda.3 makedate.3 nowdate.3 \ |