Alejandro Mery
16 years ago
1 changed files with 37 additions and 0 deletions
@ -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)
|
Loading…
Reference in new issue