mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-24 17:18:51 +02:00
libmtp, bump version (#11558)
This commit is contained in:
22
media-libs/libmtp/patches/libmtp-1.1.22.patchset
Normal file
22
media-libs/libmtp/patches/libmtp-1.1.22.patchset
Normal file
@@ -0,0 +1,22 @@
|
||||
From 684c480cdefbf8252c0b7c9e61930a87e7a472a6 Mon Sep 17 00:00:00 2001
|
||||
From: Jerome Duval <jerome.duval@gmail.com>
|
||||
Date: Wed, 21 May 2014 21:24:57 +0000
|
||||
Subject: fix configure.ac
|
||||
|
||||
|
||||
diff --git a/configure.ac b/configure.ac
|
||||
index 40bdaaa..6e9b1c5 100644
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -4,7 +4,7 @@ AC_INIT([libmtp], [1.1.22], [libmtp-discuss@lists.sourceforge.net])
|
||||
AC_CONFIG_MACRO_DIR([m4])
|
||||
AM_INIT_AUTOMAKE([foreign])
|
||||
AC_CONFIG_SRCDIR([src/libmtp.c])
|
||||
-AM_CONFIG_HEADER(config.h)
|
||||
+AC_CONFIG_HEADERS(config.h)
|
||||
|
||||
# Checks for programs.
|
||||
AC_PROG_CC
|
||||
--
|
||||
2.45.2
|
||||
|
||||
Reference in New Issue
Block a user