Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/net
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv17739

Modified Files:
        samba3.info 
Log Message:
Fix building with libgettext8.

Index: samba3.info
===================================================================
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/net/samba3.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- samba3.info 2 Mar 2013 00:58:05 -0000       1.2
+++ samba3.info 21 Mar 2013 02:45:55 -0000      1.3
@@ -1,6 +1,6 @@
 Package: samba3
 Version: 3.6.12
-Revision: 1
+Revision: 2
 Description: SMB and CIFS client and server for UNIX
 DescDetail: <<
        The Samba software suite is a collection of programs that implements
@@ -28,6 +28,7 @@
 Depends: <<
        %N-shlibs (= %v-%r),
        libiconv,
+       libgettext8-shlibs,
        libncurses5-shlibs,
        libtalloc2-shlibs,
        libtdb1-shlibs,
@@ -40,6 +41,7 @@
        fink (>= 0.28),
        gettext-tools,
        libiconv-dev,
+       libgettext8-dev,
        libncurses5,
        libtalloc2,
        libtdb1,
@@ -61,7 +63,8 @@
 CompileScript: <<
        #!/bin/bash -ev
        cd source3
-       %{default_script}
+       ./configure %c
+       make TERMLIBS="-lreadline -lncurses -lintl"
 <<
 
 InstallScript: <<


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to