mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-16 16:50:06 +02:00
37 lines
1011 B
Plaintext
37 lines
1011 B
Plaintext
From f9d04c1c1366fc68e1051037de62650347ab6f52 Mon Sep 17 00:00:00 2001
|
|
From: My Name <mymail@mydomain.org>
|
|
Date: Tue, 25 Dec 2018 12:56:48 +0000
|
|
Subject: [PATCH] applying patch multimarkdown-6.4.0.patch
|
|
|
|
---
|
|
CMakeLists.txt | 2 +-
|
|
tests/MarkdownTest.pl | 2 +-
|
|
2 files changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index a738a35..83fe951 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -531,7 +531,7 @@ ADD_PUBLIC_HEADER(libMultiMarkdown Sources/libMultiMarkdown/include/version.h)
|
|
)
|
|
#
|
|
# Link the library to the app?
|
|
- target_link_libraries(multimarkdown libMultiMarkdown)
|
|
+ target_link_libraries(multimarkdown libMultiMarkdown bsd)
|
|
# endif()
|
|
|
|
# Xcode settings for fat binaries
|
|
diff --git a/tests/MarkdownTest.pl b/tests/MarkdownTest.pl
|
|
index 36b25d7..cdefc90 100755
|
|
--- a/tests/MarkdownTest.pl
|
|
+++ b/tests/MarkdownTest.pl
|
|
@@ -1,4 +1,4 @@
|
|
-#!/usr/bin/perl
|
|
+#!/bin/env perl
|
|
|
|
#
|
|
# MarkdownTester -- Run tests for Markdown implementations
|
|
--
|
|
2.19.1
|
|
|