[492] in Zephyr_Bugs
hpux patch for zwgc/Imakefile
daemon@ATHENA.MIT.EDU (brlewis@Athena.MIT.EDU)
Fri Jun 25 14:15:13 1993
From: brlewis@Athena.MIT.EDU
Date: Fri, 25 Jun 93 14:15:07 -0400
To: bug-zephyr@Athena.MIT.EDU
Cc: bugs@Athena.MIT.EDU
*** /tmp/,RCSt1a19020 Fri Jun 25 14:14:20 1993
--- zwgc/Imakefile Mon Jun 7 15:53:48 1993
***************
*** 12,21 ****
#ifdef macII
LIBS2= -lc -lPW
#endif
! LIBS = $(X11_LIB) $(ZEPHYR_LIB) $(KRB_LIB) $(DES_LIB) $(COMERR_LIB) -ltermcap \
! $(LIBS2)
LINTLIBS = $(X11_LINTLIB) $(ZEPHYR_LINTLIB) $(KRB_LINTLIB) $(DES_LINTLIB) \
! $(COMERR_LINTLIB) -ltermcap
SRCS = parser.y lexer.c node.c exec.c buffer.c main.c zephyr.c X_driver.c\
substitute.c port.c xshow.c \
mux.c eval.c subscriptions.c notice.c xcut.c regexp.c\
--- 12,27 ----
#ifdef macII
LIBS2= -lc -lPW
#endif
! #ifdef hpux
! TERMLIB=-lcurses
! #else
! TERMLIB=-ltermcap
! #endif
!
! LIBS = $(X11_LIB) $(ZEPHYR_LIB) $(KRB_LIB) $(DES_LIB) $(COMERR_LIB) \
! $(TERMLIB) $(LIBS2)
LINTLIBS = $(X11_LINTLIB) $(ZEPHYR_LINTLIB) $(KRB_LINTLIB) $(DES_LINTLIB) \
! $(COMERR_LINTLIB) $(TERMLIB)
SRCS = parser.y lexer.c node.c exec.c buffer.c main.c zephyr.c X_driver.c\
substitute.c port.c xshow.c \
mux.c eval.c subscriptions.c notice.c xcut.c regexp.c\