File: link-libs.patch

package info (click to toggle)
biococoa 2.2.2-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,180 kB
  • sloc: objc: 21,348; makefile: 17; ansic: 4
file content (16 lines) | stat: -rw-r--r-- 415 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
2009-03-25  Yavor Doganov  <yavor@gnu.org>

	* GNUmakefile (LIBRARIES_DEPEND_UPON): New variable; link against
	libraries we use symbols from.

--- biococoa.orig/GNUmakefile	2009-03-25 21:20:36.000000000 +0200
+++ biococoa/GNUmakefile	2009-03-25 21:21:13.000000000 +0200
@@ -33,6 +33,8 @@
 
 FRAMEWORK_NAME = BioCocoa
 
+LIBRARIES_DEPEND_UPON += $(FND_LIBS) $(OBJC_LIBS)
+
 BioCocoa_SUBPROJECTS = \
 BCFoundation