mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
Don't use gnumalloc, we've got a better malloc in libc now.
This commit is contained in:
parent
abaa2d7e06
commit
4637caed02
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=3711
@ -56,7 +56,7 @@
|
||||
-DEPLIBS = $(LIBJPEG) $(LIBTIFF)
|
||||
-LOCAL_LIBRARIES = $(XLIB) $(DEPLIBS)
|
||||
+DEPLIBS = $(DEPLIBJPEG) $(DEPLIBTIFF)
|
||||
+LOCAL_LIBRARIES = $(XLIB) $(LIBJPEG) $(LIBTIFF) -lgnumalloc
|
||||
+LOCAL_LIBRARIES = $(XLIB) $(LIBJPEG) $(LIBTIFF)
|
||||
|
||||
DEFINES= $(SCO) $(UNIX) $(NODIRENT) $(VPRINTF) $(TIMERS) \
|
||||
$(HPUX7) $(JPEG) $(TIFF) $(PDS) $(DXWM) $(RAND) \
|
||||
|
Loading…
Reference in New Issue
Block a user