diff options
Diffstat (limited to 'databases/fireprofile/files/patch-Makefile')
-rw-r--r-- | databases/fireprofile/files/patch-Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/databases/fireprofile/files/patch-Makefile b/databases/fireprofile/files/patch-Makefile new file mode 100644 index 000000000000..c9ac81fd5632 --- /dev/null +++ b/databases/fireprofile/files/patch-Makefile @@ -0,0 +1,14 @@ +--- 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 + |