diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-01 12:46:30 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-01 12:46:30 +0000 |
commit | 95de57f81b048549f6353db5113a0a9f14e17cf4 (patch) | |
tree | 16cdc47950f1b7233f576682db29567f502d89c1 /japanese/pine | |
parent | Add slnr. (diff) |
Swap -L orders so it won't pick up libpico from /usr/local/lib accidentally
(and boy it complained when the English version was already installed).
Helped debugging by: max
Diffstat (limited to 'japanese/pine')
-rw-r--r-- | japanese/pine/files/patch-ae | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/pine/files/patch-ae b/japanese/pine/files/patch-ae index bf473f608a5e..1711adbf4aa3 100644 --- a/japanese/pine/files/patch-ae +++ b/japanese/pine/files/patch-ae @@ -61,8 +61,8 @@ + #LOCLIBES= $(PICODIR)/libpico.a $(IMAPDIR)/c-client.a + LOCLIBES= -lpico -lc-client + LOCLIBDIR= -L$(PICODIR) -L$(IMAPDIR) -+ EXTRALIBES= -lcanna -L/usr/local/lib -+ LIBES= $(EXTRALIBES) $(LOCLIBDIR) $(LOCLIBES) $(STDLIBES) ++ EXTRALIBES= -L/usr/local/lib -lcanna ++ LIBES= $(LOCLIBDIR) $(LOCLIBES) $(EXTRALIBES) $(STDLIBES) + + STDCFLAGS= -DBSDI -DSYSTYPE=\"BSF\" -DMOUSE -I/usr/local/include + EXTRACFLAGS= -DKANJI -DCANNA -DHELPFILE |