Home | History | Annotate | Download | only in patches
      1 --- babl-0.0.22/docs/Makefile.am.old	2008-12-02 17:27:54.702283000 +0800
      2 +++ babl-0.0.22/docs/Makefile.am	2008-12-02 17:28:08.917585000 +0800
      3 @@ -13,7 +13,6 @@
      4  #
      5  #
      6  HTML_FILES = index-static.html 	\
      7 -	     index.html		\
      8  	     BablFishPath.html
      9  
     10  EXTRA_DIST= 			\
     11 --- babl-0.0.22/configure.ac.old	2008-12-02 17:29:45.080703000 +0800
     12 +++ babl-0.0.22/configure.ac	2008-12-02 17:29:35.014439000 +0800
     13 @@ -189,6 +189,10 @@
     14      shrext=.dll
     15      dynamiclib=-shared
     16      ;;
     17 +  *solaris*)                   #solaris
     18 +    dynamiclib=-G
     19 +    shrext=.so               
     20 +    ;;
     21    *)                           # linux (and BSD?)
     22      dynamiclib=-shared
     23      shrext=.so
     24