OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
1.3 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../popt/no-mark64.patch
  5. # Copyright (C) 2009 The OpenSDE Project
  6. #
  7. # More information can be found in the files COPYING and README.
  8. #
  9. # This patch file is dual-licensed. It is available under the license the
  10. # patched project is licensed under, as long as it is an OpenSource license
  11. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  12. # of the GNU General Public License as published by the Free Software
  13. # Foundation; either version 2 of the License, or (at your option) any later
  14. # version.
  15. # --- SDE-COPYRIGHT-NOTE-END ---
  16. if not, we end with usr/lib6464
  17. --- ./Makefile.in.orig 2009-08-13 23:36:01.000000000 +0300
  18. +++ ./Makefile.in 2009-08-13 23:36:18.000000000 +0300
  19. @@ -193,7 +193,6 @@
  20. LT_CURRENT = @LT_CURRENT@
  21. LT_REVISION = @LT_REVISION@
  22. MAKEINFO = @MAKEINFO@
  23. -MARK64 = @MARK64@
  24. MKINSTALLDIRS = @MKINSTALLDIRS@
  25. MSGFMT = @MSGFMT@
  26. MSGMERGE = @MSGMERGE@
  27. @@ -289,7 +288,7 @@
  28. TESTS = testit.sh
  29. include_HEADERS = popt.h
  30. -usrlibdir = $(libdir)@MARK64@
  31. +usrlibdir = $(libdir)
  32. usrlib_LTLIBRARIES = libpopt.la
  33. libpopt_la_SOURCES = popt.c findme.c poptparse.c poptconfig.c popthelp.c
  34. libpopt_la_LDFLAGS = -no-undefined @INTLLIBS@ $(am__append_1)