#! /bin/sh /usr/share/dpatch/dpatch-run
## 05_link-libs.dpatch by Yavor Doganov <yavor@gnu.org>
##
## DP: Link the private library against the libs it uses symbols from.

@DPATCH@
diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' projectcenter.app-0.5.3~20100601~/Framework/GNUmakefile projectcenter.app-0.5.3~20100601/Framework/GNUmakefile
--- projectcenter.app-0.5.3~20100601~/Framework/GNUmakefile	2010-06-02 16:27:06.000000000 +0300
+++ projectcenter.app-0.5.3~20100601/Framework/GNUmakefile	2010-06-02 19:11:35.000000000 +0300
@@ -13,7 +13,7 @@
 ProjectCenter_DEPLOY_WITH_CURRENT_VERSION = yes
 ProjectCenter_HEADER_FILES_DIR = ../Headers/ProjectCenter
 
-ProjectCenter_LIBRARIES_DEPEND_UPON += $(OBJC_LIBS) $(FND_LIBS) $(GUI_LIBS)
+ProjectCenter_LIBRARIES_DEPEND_UPON += $(OBJC_LIBS) $(FND_LIBS) $(GUI_LIBS) -lm
 
 #
 # Subprojects
