File: link-libs.patch

package info (click to toggle)
systempreferences.app 1.2.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,460 kB
  • sloc: objc: 3,504; makefile: 17
file content (16 lines) | stat: -rw-r--r-- 461 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
2009-12-28  Yavor Doganov  <yavor@gnu.org>  (tiny change)

	Avoid undefined symbols.
	* PreferencePanes/GNUmakefile (LIBRARIES_DEPEND_UPON): Define.

--- systempreferences.app-1.1.0.orig/PreferencePanes/GNUmakefile
+++ systempreferences.app-1.1.0/PreferencePanes/GNUmakefile
@@ -9,6 +9,8 @@
   FRAMEWORK_NAME = PreferencePanes
 endif
 
+LIBRARIES_DEPEND_UPON = $(FND_LIBS) $(OBJC_LIBS)
+
 $(FRAMEWORK_NAME)_OBJC_FILES = \
 NSPreferencePane.m