mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
bencode-tools, new recipe (#773)
This commit is contained in:
committed by
waddlesplash
parent
313911610b
commit
c833aee05f
21
dev-util/bencode/patches/bencode_tools-20110315.patchset
Normal file
21
dev-util/bencode/patches/bencode_tools-20110315.patchset
Normal file
@@ -0,0 +1,21 @@
|
||||
From c93bb93e74c6d568990572f81eff3eea9658f75d Mon Sep 17 00:00:00 2001
|
||||
From: begasus <begasus@gmail.com>
|
||||
Date: Sat, 20 Aug 2016 17:11:08 +0200
|
||||
Subject: remove the include directory
|
||||
|
||||
|
||||
diff --git a/Makefile.in b/Makefile.in
|
||||
index d03e60f..2ded1d3 100644
|
||||
--- a/Makefile.in
|
||||
+++ b/Makefile.in
|
||||
@@ -30,6 +30,7 @@ install:
|
||||
install -m 644 include/bencodetools/*.h "$(PREFIX)/include/bencodetools/"
|
||||
install -m 644 libbencodetools.so "$(PREFIX)/lib/"
|
||||
install bencat "$(PREFIX)/bin/"
|
||||
+ rm -R "$(PREFIX)/include"
|
||||
|
||||
%.o: %.c
|
||||
$(CC) $(CFLAGS) -c $<
|
||||
--
|
||||
2.7.0
|
||||
|
||||
Reference in New Issue
Block a user