See attached diff.

 

Jonathan Kamens

Operations Manager / Principal Engineer

Tamale Software

201 South Street, Floor 3

Boston, MA  02211

(617) 261-0264 ext. 133

 

Index: courier.spec
===================================================================
--- courier.spec        (revision 22644)
+++ courier.spec        (working copy)
@@ -11,6 +11,9 @@
 %{?_without_fax:    %define with_fax 0}
 %{!?_without_fax:   %define with_fax 1}
 
+%{?_without_fam:    %define with_fam 0}
+%{!?_without_fam:   %define with_fam 1}
+
 %define _missing_doc_files_terminate_build 1
 %define _unpackaged_files_terminate_build 1
 
@@ -93,7 +96,9 @@
 BuildPreReq:      expect
 BuildPreReq:      gdbm-devel
 BuildPreReq:      pam-devel
+%if %with_fam
 BuildPreReq:      /usr/include/fam.h
+%endif
 BuildPreReq:     perl(ExtUtils::Embed)
 BuildPreReq:     /etc/mime.types
 
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
courier-users mailing list
[email protected]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to