mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
6f21bbfd7d
Library to help profiling where programs are using MySQL PR: ports/38023 Submitted by: Dean Hollister <dean@odyssey.apana.org.au>
15 lines
320 B
Plaintext
15 lines
320 B
Plaintext
--- Makefile.orig Fri Apr 5 23:07:59 2002
|
|
+++ Makefile Thu Jan 16 23:34:05 2003
|
|
@@ -2,9 +2,9 @@
|
|
INSTALL_USER ?= root
|
|
CFLAGS ?= -O
|
|
CC ?= cc
|
|
-INCFLAGS =
|
|
+INCFLAGS = -I${LOCALBASE}/include
|
|
INLDFLAGS = -nostdlib
|
|
-INLIBS = -ldl
|
|
+#INLIBS = -ldl
|
|
|
|
.PHONY: all install shared clean distclean install-shared install-man3
|
|
|