diff options
author | asami <asami@FreeBSD.org> | 1996-11-01 20:46:30 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-01 20:46:30 +0800 |
commit | b07048edf73fa9a7b99e60dad30e5ace6cf1b05f (patch) | |
tree | 693b8f48f3a69b9fbfda5311fa20cc42c39420b2 /japanese | |
parent | 14e7f71f5c8470dc83c7e9ca77c61b64c82cd02f (diff) | |
download | freebsd-ports-gnome-b07048edf73fa9a7b99e60dad30e5ace6cf1b05f.tar.gz freebsd-ports-gnome-b07048edf73fa9a7b99e60dad30e5ace6cf1b05f.tar.zst freebsd-ports-gnome-b07048edf73fa9a7b99e60dad30e5ace6cf1b05f.zip |
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')
-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 |