aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authornaddy <naddy@FreeBSD.org>2002-08-21 03:56:38 +0800
committernaddy <naddy@FreeBSD.org>2002-08-21 03:56:38 +0800
commit7abfbc6aee48d5a63fa4c1e4cd05c3b5cbcf752e (patch)
tree1df32fc2808134afcd97a21bf7246acff43e3ace /print
parent1daef85f93213073e7c8d3f1a6fe4e1c5f88c5ff (diff)
downloadfreebsd-ports-gnome-7abfbc6aee48d5a63fa4c1e4cd05c3b5cbcf752e.tar.gz
freebsd-ports-gnome-7abfbc6aee48d5a63fa4c1e4cd05c3b5cbcf752e.tar.zst
freebsd-ports-gnome-7abfbc6aee48d5a63fa4c1e4cd05c3b5cbcf752e.zip
Fix build: malloc() prototype already provided by <stdlib.h>.
Submitted by: Brian Minard <bminard@flatfoot.ca>
Diffstat (limited to 'print')
-rw-r--r--print/detex/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/print/detex/Makefile b/print/detex/Makefile
index d1609c9d8bf3..49e38bad9728 100644
--- a/print/detex/Makefile
+++ b/print/detex/Makefile
@@ -19,7 +19,7 @@ EXTRACT_BEFORE_ARGS= -xf
EXTRACT_AFTER_ARGS= #empty
NO_WRKSUBDIR= yes
-MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}"
+MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -DNO_MALLOC_DECL"
MAN1= detex.1
do-install: