]> git.pld-linux.org Git - packages/motif.git/commitdiff
- 2.3.0
authortommat <tommat@pld-linux.org>
Tue, 27 Nov 2007 16:00:48 +0000 (16:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    openmotif-bison.patch -> 1.2
    openmotif-freetype.patch -> 1.1

openmotif-bison.patch
openmotif-freetype.patch [new file with mode: 0644]

index 5c7b590a5d8bff8a586263d04fe349d36c608f44..3cbb4171f3c7ee84c64eb199cb476174c051e35d 100644 (file)
@@ -1,17 +1,3 @@
---- openMotif-2.2.3/configure.in.orig  2004-03-03 10:21:33.000000000 +0000
-+++ openMotif-2.2.3/configure.in       2004-07-24 23:57:51.015614270 +0000
-@@ -32,9 +32,9 @@
- AM_PROG_LIBTOOL
- AC_EXEEXT
--dnl AC_PROG_YACC
-+AC_PROG_YACC
- dnl Do this the old fashioned way. 'bison -y' doesn't cut it
--AC_CHECK_PROGS(YACC, byacc, yacc)
-+dnl AC_CHECK_PROGS(YACC, byacc, yacc)
- AM_PROG_LEX
- AC_PROG_INSTALL
 --- openMotif-2.2.3/tools/wml/Uil.y.orig       2003-08-15 17:48:15.000000000 +0000
 +++ openMotif-2.2.3/tools/wml/Uil.y    2004-07-24 23:53:59.386710858 +0000
 @@ -59,6 +59,9 @@
  #include "UilDefI.h"
  #include "UilCompGl.h"
  
-@@ -1051,7 +1054,6 @@
-                                                                       sar_private_error( &$$ );
-                                                                 }
-                                                       }
--    ;
-      | value                                                  { $$ = $1; 
-                                                                 if ($$.b_type != sym_k_error_value)
-                                                                 {
 --- openMotif-2.2.3/tools/wml/wmldbcreate.c.orig       2003-10-08 21:07:48.000000000 +0000
 +++ openMotif-2.2.3/tools/wml/wmldbcreate.c    2004-07-24 23:55:39.212881510 +0000
 @@ -45,7 +45,9 @@
diff --git a/openmotif-freetype.patch b/openmotif-freetype.patch
new file mode 100644 (file)
index 0000000..eee109c
--- /dev/null
@@ -0,0 +1,16 @@
+--- openmotif-2.3.0/ac_find_xft.m4.orig        2007-11-27 15:01:28.000000000 +0100
++++ openmotif-2.3.0/ac_find_xft.m4     2007-11-27 15:03:36.000000000 +0100
+@@ -75,7 +75,12 @@
+ LIBS="$LIBS $freetype_lib"
+ saved_CPPFLAGS="$CPPFLAGS"
+ CPPFLAGS="$CPPFLAGS $FREETYPE_CFLAGS"
+-AC_CHECK_HEADERS(freetype/freetype.h)
++AC_CHECK_HEADERS(ft2build.h \
++                  freetype/freetype.h \
++                  freetype/ftglyph.h \
++                  freetype/tttables.h \
++                  freetype/ftnames.h \
++                  )
+ LT_HAVE_FREETYPE="no"
+ case "$ac_cv_header_freetype_freetype_h" in
This page took 0.060596 seconds and 4 git commands to generate.