aboutsummaryrefslogtreecommitdiff
path: root/make/sun/jawt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'make/sun/jawt/Makefile')
-rw-r--r--make/sun/jawt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/sun/jawt/Makefile b/make/sun/jawt/Makefile
index 424a20d1c..fccdc15a0 100644
--- a/make/sun/jawt/Makefile
+++ b/make/sun/jawt/Makefile
@@ -113,7 +113,7 @@ CPPFLAGS += -I$(OPENWIN_HOME)/include \
# Libraries to link in.
#
ifeq ($(PLATFORM), solaris)
-OTHER_LDLIBS = -L$(LIBDIR)/$(LIBARCH) -L$(OPENWIN_LIB) -L$(LIBDIR)/$(LIBARCH)/xawt -lmawt
+OTHER_LDLIBS = -L$(LIBDIR)/$(LIBARCH) -L$(OPENWIN_LIB) -L$(LIBDIR)/$(LIBARCH)/xawt -lmawt -L/usr/openwin/sfw/lib$(ISA_DIR) -lXrender
endif # PLATFORM
ifeq ($(PLATFORM), linux)