summaryrefslogtreecommitdiff
path: root/editors/openoffice-3/files/patch-i80129
blob: de87f789df9c441e31120703bd01d5753a22d551 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- libxml2/libxml2-configure.patch.org	2010-06-06 08:23:29.000000000 +0900
+++ libxml2/libxml2-configure.patch	2010-06-06 08:23:45.000000000 +0900
@@ -7,7 +7,7 @@
 -	  major=".$current"
 -	  versuffix=".$current"
 +	  major=.`expr $current - $age`
-+	  versuffix=".$major.$age.$revision";
++	  versuffix="$major";
  	  ;;
  
  	irix | nonstopux)