diff options
author | knu <knu@FreeBSD.org> | 2001-04-12 03:00:18 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-04-12 03:00:18 +0800 |
commit | 18cbd468cfb8aa67b92e31bf20900f9e559cea3a (patch) | |
tree | 07bc9a3e75ad819cedf59ce00a1eb194a82e68f8 /print | |
parent | 2f53eb2f5fd1eb9a7871864242850d4db9a43c31 (diff) | |
download | freebsd-ports-gnome-18cbd468cfb8aa67b92e31bf20900f9e559cea3a.tar.gz freebsd-ports-gnome-18cbd468cfb8aa67b92e31bf20900f9e559cea3a.tar.zst freebsd-ports-gnome-18cbd468cfb8aa67b92e31bf20900f9e559cea3a.zip |
Build with NOPROFILE defined to avoid building the profiled library.
Submitted by: bento
Diffstat (limited to 'print')
-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 \ |