Zap patches not needed anymore, since our libtool "supports" -bindir.

In some cases there still happen -bindir-related failure, but I failed
to reproduce, and noone else sees them for now. Even more, those two
patches do not cover all -bindir cases in sources, so if/when libtool
will fail, you'd need two more patches anyway.

okay aja@
This commit is contained in:
zhuk 2016-12-18 19:21:00 +00:00
parent 458f27b328
commit 09f4c0a932
2 changed files with 0 additions and 24 deletions

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-texk_kpathsea_Makefile_in,v 1.5 2016/06/01 12:46:39 edd Exp $
--- texk/kpathsea/Makefile.in.origy Mon Mar 16 07:52:01 2015
+++ texk/kpathsea/Makefile.in Fri Mar 18 23:11:07 2016
@@ -700,7 +700,7 @@ AM_CFLAGS = $(WARNING_CFLAGS)
lib_LTLIBRARIES = libkpathsea.la
libkpathsea_la_CPPFLAGS = $(AM_CPPFLAGS) -DMAKE_KPSE_DLL \
$(am__append_1)
-libkpathsea_la_LDFLAGS = -bindir @bindir@ -no-undefined -version-info $(KPSE_LT_VERSINFO)
+libkpathsea_la_LDFLAGS = -no-undefined -version-info $(KPSE_LT_VERSINFO)
libkpathsea_la_LIBADD = $(LTLIBOBJS)
BUILT_SOURCES = paths.h
libkpathsea_la_SOURCES = tex-file.c absolute.c atou.c cnf.c concat.c \

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-texk_ptexenc_Makefile_in,v 1.2 2016/06/01 12:46:39 edd Exp $
--- texk/ptexenc/Makefile.in.origy Thu Mar 12 14:42:02 2015
+++ texk/ptexenc/Makefile.in Fri Mar 18 23:11:07 2016
@@ -380,7 +380,7 @@ AM_CPPFLAGS = $(KPATHSEA_INCLUDES)
AM_CFLAGS = $(WARNING_CFLAGS)
lib_LTLIBRARIES = libptexenc.la
libptexenc_la_CPPFLAGS = $(AM_CPPFLAGS) -DMAKE_PTENC_DLL
-libptexenc_la_LDFLAGS = -bindir @bindir@ -no-undefined -version-info $(PTEXENC_LT_VERSINFO)
+libptexenc_la_LDFLAGS = -no-undefined -version-info $(PTEXENC_LT_VERSINFO)
# Note: jisx0208.h is a copy of ../../libs/gd/gd-2.0.35/jisx0208.h.
#