Files
haikuports/dev-util/lcov/patches/lcov-1.16.patchset
2022-08-18 10:50:16 +03:00

30 lines
809 B
Plaintext

From e98b09dca06cf1715e0c7955891db1458ada19f3 Mon Sep 17 00:00:00 2001
From: Kostadin Damyanov <maxmight@gmail.com>
Date: Wed, 20 Jan 2016 22:43:28 +0200
Subject: port to haiku
diff --git a/Makefile b/Makefile
index 1207cb1..bd7f5ee 100644
--- a/Makefile
+++ b/Makefile
@@ -19,11 +19,11 @@ FULL := $(shell bin/get_version.sh --full)
# installed scripts, or leave empty to keep the current interpreter.
export LCOV_PERL_PATH := /usr/bin/perl
-PREFIX := /usr/local
+#PREFIX := /usr/local
-CFG_DIR := $(PREFIX)/etc
-BIN_DIR := $(PREFIX)/bin
-MAN_DIR := $(PREFIX)/share/man
+#CFG_DIR := $(PREFIX)/etc
+#BIN_DIR := $(PREFIX)/bin
+#MAN_DIR := $(PREFIX)/share/man
TMP_DIR := $(shell mktemp -d)
FILES := $(wildcard bin/*) $(wildcard man/*) README Makefile \
$(wildcard rpm/*) lcovrc
--
2.24.0