mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-01 20:11:55 +00:00
fix for bug #24109
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@26817 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
1894b2468e
commit
5256dfa00e
2 changed files with 9 additions and 9 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
2008-08-21 Yavor Doganov <yavor@gnu.org> (tiny change)
|
||||||
|
|
||||||
|
* Source/GNUmakefile.preamble (LIBRARIES_DEPEND_UPON):
|
||||||
|
Unconditionally link against $(OBJC_LIBS) on all platforms to
|
||||||
|
avoid undefined symbols.
|
||||||
|
Reported by Funda Wang (bug #24109).
|
||||||
|
|
||||||
2008-08-21 Richard Frith-Macdonald <rfm@gnu.org>
|
2008-08-21 Richard Frith-Macdonald <rfm@gnu.org>
|
||||||
|
|
||||||
* Source/NSBezierPath.m: ([transformUsingAffineTransform:]) corrected
|
* Source/NSBezierPath.m: ([transformUsingAffineTransform:]) corrected
|
||||||
|
|
|
@ -90,12 +90,5 @@ ADDITIONAL_INSTALL_DIRS = $(GNUSTEP_HEADERS)/AppKit $(GNUSTEP_HEADERS)/Cocoa
|
||||||
# systems where building a shared library requires to pass to the linker
|
# systems where building a shared library requires to pass to the linker
|
||||||
# all the libraries the target library depends upon.
|
# all the libraries the target library depends upon.
|
||||||
|
|
||||||
LIBRARIES_DEPEND_UPON = -l$(FOUNDATION_LIBRARY_NAME) $(ADDITIONAL_DEPENDS)
|
LIBRARIES_DEPEND_UPON = -l$(FOUNDATION_LIBRARY_NAME) $(ADDITIONAL_DEPENDS) \
|
||||||
|
$(OBJC_LIBS)
|
||||||
ifeq ($(GNUSTEP_TARGET_OS),mingw32)
|
|
||||||
libgnustep-gui_LIBRARIES_DEPEND_UPON += -lobjc
|
|
||||||
endif
|
|
||||||
ifeq ($(GNUSTEP_TARGET_OS),cygwin)
|
|
||||||
libgnustep-gui_LIBRARIES_DEPEND_UPON += -lobjc
|
|
||||||
endif
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue