mirror of
https://github.com/gnustep/tools-make.git
synced 2025-05-31 01:10:56 +00:00
brain.make modified to include -ljpeg before -ltiff. This is necessary on
serveral platforms, but I'm not sure if this solution is appropriate. All I know is it works... git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@3670 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
432d1dcd8e
commit
8f154cba8d
1 changed files with 3 additions and 3 deletions
|
@ -219,7 +219,7 @@ ifeq ($(GUI_BACKEND_LIB),xdps)
|
|||
SYSTEM_INCLUDES = $(X_INCLUDE)
|
||||
SYSTEM_LDFLAGS =
|
||||
SYSTEM_LIB_DIR = $(X_LIBS)
|
||||
SYSTEM_LIBS = -ltiff -ldpstk -ldps -lpsres -lX11
|
||||
SYSTEM_LIBS = -ltiff -ljpeg -ldpstk -ldps -lpsres -lX11
|
||||
endif
|
||||
|
||||
#
|
||||
|
@ -230,14 +230,14 @@ ifeq ($(GUI_BACKEND_LIB),xraw)
|
|||
SYSTEM_INCLUDES = $(X_INCLUDE)
|
||||
SYSTEM_LDFLAGS =
|
||||
SYSTEM_LIB_DIR = $(X_LIBS)
|
||||
SYSTEM_LIBS = -ltiff -lX11
|
||||
SYSTEM_LIBS = -ltiff -ljpeg -lX11
|
||||
endif
|
||||
|
||||
ifeq ($(GUI_BACKEND_LIB),xgps)
|
||||
SYSTEM_INCLUDES = $(X_INCLUDE)
|
||||
SYSTEM_LDFLAGS =
|
||||
SYSTEM_LIB_DIR = $(X_LIBS)
|
||||
SYSTEM_LIBS = -ltiff -lX11
|
||||
SYSTEM_LIBS = -ltiff -ljpeg -lX11
|
||||
endif
|
||||
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue