From 379386ec6031f8212af2d94f361a85a34bb37bc1 Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Fri, 14 Aug 2009 00:23:01 +0300 Subject: [PATCH] popt: fixed to install correctly in 64b --- base/popt/no-mark64.patch | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 base/popt/no-mark64.patch diff --git a/base/popt/no-mark64.patch b/base/popt/no-mark64.patch new file mode 100644 index 000000000..833a740ee --- /dev/null +++ b/base/popt/no-mark64.patch @@ -0,0 +1,37 @@ +# --- SDE-COPYRIGHT-NOTE-BEGIN --- +# This copyright note is auto-generated by ./scripts/Create-CopyPatch. +# +# Filename: package/.../popt/no-mark64.patch +# Copyright (C) 2009 The OpenSDE Project +# +# More information can be found in the files COPYING and README. +# +# This patch file is dual-licensed. It is available under the license the +# patched project is licensed under, as long as it is an OpenSource license +# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms +# of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# --- SDE-COPYRIGHT-NOTE-END --- + +if not, we end with usr/lib6464 + +--- ./Makefile.in.orig 2009-08-13 23:36:01.000000000 +0300 ++++ ./Makefile.in 2009-08-13 23:36:18.000000000 +0300 +@@ -193,7 +193,6 @@ + LT_CURRENT = @LT_CURRENT@ + LT_REVISION = @LT_REVISION@ + MAKEINFO = @MAKEINFO@ +-MARK64 = @MARK64@ + MKINSTALLDIRS = @MKINSTALLDIRS@ + MSGFMT = @MSGFMT@ + MSGMERGE = @MSGMERGE@ +@@ -289,7 +288,7 @@ + + TESTS = testit.sh + include_HEADERS = popt.h +-usrlibdir = $(libdir)@MARK64@ ++usrlibdir = $(libdir) + usrlib_LTLIBRARIES = libpopt.la + libpopt_la_SOURCES = popt.c findme.c poptparse.c poptconfig.c popthelp.c + libpopt_la_LDFLAGS = -no-undefined @INTLLIBS@ $(am__append_1)