This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project wmaker-crm.git.

The branch, next has been updated
       via  7feb59251ed2efd5423dc530e6fe1658afd88d9d (commit)
      from  c82138eab959bc4f73b5c49de209188aab25b2a0 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://repo.or.cz/w/wmaker-crm.git/commit/7feb59251ed2efd5423dc530e6fe1658afd88d9d

commit 7feb59251ed2efd5423dc530e6fe1658afd88d9d
Author: Szabó Ambrus <[email protected]>
Date:   Mon Mar 14 23:29:04 2011 +0100

    Fix compilation in FreeBSD
    
    In FreeBSD make doesn`t work, only gmake.

diff --git a/WINGs/Makefile.am b/WINGs/Makefile.am
index c3c35c3..9d6fa91 100644
--- a/WINGs/Makefile.am
+++ b/WINGs/Makefile.am
@@ -108,13 +108,13 @@ get-wings-flags: get-wings-flags.in Makefile
                -e 's#$${GFXLIBS}#$(GFXLIBS)#;'                 -e 
's#$${XFTLIBS}#$(XFTLIBS)#;'                 -e 's#$${INTLIBS}#$(INTLIBS)#;' -  
             -e 's#$${XLIBS}#$(XLIBS)#;' < $< > $@
+               -e 's#$${XLIBS}#$(XLIBS)#;' < get-wings-flags.in > $@
        @chmod 755 $@
 
 get-wutil-flags: get-wutil-flags.in Makefile
        @echo "Generating $@"
        @$(SED) -e 's#$${includedir}#$(includedir)#;'           -e 
's#$${libdir}#$(libdir)#;' -         -e 's#$${INTLIBS}#$(INTLIBS)#;' < $< > $@
+               -e 's#$${INTLIBS}#$(INTLIBS)#;' < get-wutil-flags.in > $@
        @chmod 755 $@
 
diff --git a/wrlib/Makefile.am b/wrlib/Makefile.am
index 24c880d..659a9f2 100644
--- a/wrlib/Makefile.am
+++ b/wrlib/Makefile.am
@@ -68,6 +68,6 @@ get-wraster-flags: get-wraster-flags.in Makefile
        @$(SED) -e 's#$${inc_search_path}#$(inc_search_path)#;'                 
-e 's#$${lib_search_path}#$(lib_search_path)#;'                 -e 
's#$${GFXLIBS}#$(GFXLIBS)#;' -               -e 's#$${XLIBS}#$(XLIBS)#;' < $< > 
$@
+               -e 's#$${XLIBS}#$(XLIBS)#;' < get-wraster-flags.in > $@
        @chmod 755 $@
 

-----------------------------------------------------------------------

Summary of changes:
 WINGs/Makefile.am |    4 ++--
 wrlib/Makefile.am |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)


repo.or.cz automatic notification. Contact project admin [email protected]
if you want to unsubscribe, or site admin [email protected] if you receive
no reply.
-- 
wmaker-crm.git ("Fork from the last available CVS version of Window Maker")


-- 
To unsubscribe, send mail to [email protected].

Reply via email to