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.

28 lines
1.3 KiB

  1. # --- T2-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # T2 SDE: package/.../fribidi/pkg-config-include-patch.patch
  5. # Copyright (C) 2004 - 2006 The T2 SDE Project
  6. # Copyright (C) 1998 - 2003 Clifford Wolf
  7. #
  8. # More information can be found in the files COPYING and README.
  9. #
  10. # This patch file is dual-licensed. It is available under the license the
  11. # patched project is licensed under, as long as it is an OpenSource license
  12. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  13. # of the GNU General Public License as published by the Free Software
  14. # Foundation; either version 2 of the License, or (at your option) any later
  15. # version.
  16. # --- T2-COPYRIGHT-NOTE-END ---
  17. diff -u fribidi-0.10.4/fribidi.pc.in fribidi-0.10.4-fixed/fribidi.pc.in
  18. --- fribidi-0.10.4/fribidi.pc.in 2002-01-03 16:31:24.000000000 +0100
  19. +++ fribidi-0.10.4-fixed/fribidi.pc.in 2003-05-18 22:29:08.000000000 +0200
  20. @@ -7,4 +7,4 @@
  21. Description: Unicode BiDirectional algorithm library
  22. Version: @VERSION@
  23. Libs: -L${libdir} -lfribidi
  24. -Cflags: -I${includedir}/fribidi
  25. +Cflags: -I${includedir} -I${includedir}/fribidi
  26. Common subdirectories: fribidi-0.10.4/tests and fribidi-0.10.4-fixed/tests
  27. Common subdirectories: fribidi-0.10.4/unidata and fribidi-0.10.4-fixed/unidata