potrace: bump version.

This commit is contained in:
Jerome Duval
2017-03-20 20:22:50 +01:00
parent e86227551f
commit 82e4acf678
2 changed files with 10 additions and 10 deletions

View File

@@ -1,14 +1,14 @@
From 77efdb2dbf1053ffd8d3d611744294b42b9edae1 Mon Sep 17 00:00:00 2001
From c60a3c6dcf242dd295507b309ee20edebc828b05 Mon Sep 17 00:00:00 2001
From: Jerome Duval <jerome.duval@gmail.com>
Date: Mon, 1 Aug 2016 19:08:15 +0000
Subject: Haiku patch
diff --git a/configure.ac b/configure.ac
index 93be9b1..576d65b 100644
index dc554ab..d56789b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -197,7 +197,7 @@ for PostScript level 3 compression.])
@@ -189,7 +189,7 @@ for PostScript level 3 compression.])
])
fi
@@ -17,7 +17,7 @@ index 93be9b1..576d65b 100644
dnl ----------------------------------------------------------------------
dnl Check for library functions.
@@ -264,6 +264,7 @@ AC_SUBST(POTRACE)
@@ -256,6 +256,7 @@ AC_SUBST(POTRACE)
AC_SUBST(MKBITMAP)
AC_SUBST(EXTRA_OBJS)
AC_SUBST(EXTRA_LIBS)
@@ -26,7 +26,7 @@ index 93be9b1..576d65b 100644
AC_SUBST(POTRACELIB_VERSION)
diff --git a/src/Makefile.am b/src/Makefile.am
index bf84312..3414c06 100644
index 1f657e0..d6786ad 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -20,16 +20,16 @@ potrace_SOURCES = main.c main.h bitmap_io.c bitmap_io.h backend_eps.c \
@@ -51,7 +51,7 @@ index bf84312..3414c06 100644
#----------------------------------------------------------------------
@@ -44,7 +44,7 @@ EXTRA_LTLIBRARIES = libpotrace.la
libpotrace_la_SOURCES = $(libsources)
libpotrace_la_LDFLAGS = -version-info 0:3:0 -rpath '$(libdir)' \
libpotrace_la_LDFLAGS = -version-info 0:4:0 -rpath '$(libdir)' \
-export-symbols $(srcdir)/libpotrace-export.sym -no-undefined
-libpotrace_la_LIBADD = -lm
+libpotrace_la_LIBADD = @MATH_LIBS@
@@ -59,5 +59,5 @@ index bf84312..3414c06 100644
# header files to install
--
2.7.0
2.10.2