You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mxe/src/freexl-1-fixes.patch

22 lines
688 B

This file is part of MXE. See LICENSE.md for licensing information.
Contains ad hoc patches for cross building.
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Luke Potgieter <fried.roadkill+ght@gmail.com>
Date: Mon, 2 Oct 2017 15:32:20 +0200
Subject: [PATCH 1/1] Add static dependency to .pc file
diff --git a/freexl.pc.in b/freexl.pc.in
index 1111111..2222222 100644
--- a/freexl.pc.in
+++ b/freexl.pc.in
@@ -8,5 +8,5 @@ includedir=@includedir@
Name: freexl
Description: a simple library extracting data from .xls (Excel BIFF) files
Version: @VERSION@
-Libs: -L${libdir} -lfreexl -lm
+Libs: -L${libdir} -lfreexl -liconv -lm
Cflags: -I${includedir}