mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
mxml, bump version, rename to mxml (#4410)
This commit is contained in:
committed by
Jérôme Duval
parent
f91c073848
commit
0ed8473a41
28
dev-libs/mxml/patches/mxml-3.1.patchset
Normal file
28
dev-libs/mxml/patches/mxml-3.1.patchset
Normal file
@@ -0,0 +1,28 @@
|
||||
From b31124071358fcbfd979ceeddf6d479564ab2987 Mon Sep 17 00:00:00 2001
|
||||
From: begasus <begasus@gmail.com>
|
||||
Date: Sat, 30 Nov 2019 11:31:57 +0100
|
||||
Subject: Enable shared library
|
||||
|
||||
|
||||
diff --git a/configure.ac b/configure.ac
|
||||
index 455537a..70d2c38 100644
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -206,6 +206,14 @@ if test x$enable_shared != xno; then
|
||||
LDFLAGS="$LDFLAGS -Wl,-R\$(libdir)"
|
||||
;;
|
||||
|
||||
+ haiku*)
|
||||
+ AC_MSG_RESULT(yes)
|
||||
+ LIBMXML="libmxml.so.1.6"
|
||||
+ DSO="\$(CC)"
|
||||
+ DSOFLAGS="$DSOFLAGS -Wl,-soname,libmxml.so.1,-R\$(libdir) -shared \$(OPTIM)"
|
||||
+ LDFLAGS="$LDFLAGS -Wl,-R\$(libdir)"
|
||||
+ ;;
|
||||
+
|
||||
darwin)
|
||||
AC_MSG_RESULT(yes)
|
||||
LIBMXML="libmxml.1.dylib"
|
||||
--
|
||||
2.24.0
|
||||
|
||||
Reference in New Issue
Block a user