diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2006-05-16 23:54:13 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2006-05-16 23:54:13 +0000 |
commit | 34528d71278920d47d805224a7660500dfcaf940 (patch) | |
tree | 43f3cdc44d8092d1818d9bb0efdaa313044159f8 /textproc/estraier | |
parent | dbdb52f1353035391b75f9aed18903253ae1e309 (diff) |
Notes
Diffstat (limited to 'textproc/estraier')
-rw-r--r-- | textproc/estraier/Makefile | 4 | ||||
-rw-r--r-- | textproc/estraier/files/patch-Makefile.in | 11 |
2 files changed, 13 insertions, 2 deletions
diff --git a/textproc/estraier/Makefile b/textproc/estraier/Makefile index 5744e488ff4d..34df84678726 100644 --- a/textproc/estraier/Makefile +++ b/textproc/estraier/Makefile @@ -7,7 +7,7 @@ PORTNAME= estraier PORTVERSION= 1.2.29 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://estraier.sourceforge.net/ @@ -43,7 +43,7 @@ CONFIGURE_ARGS+= --enable-chasen .if ${OSVERSION} > 500000 .if ${ARCH} == i386 && defined(WITH_MECAB) -LIB_DEPENDS+= mecab.0:${PORTSDIR}/japanese/mecab +LIB_DEPENDS+= mecab.1:${PORTSDIR}/japanese/mecab CONFIGURE_ARGS+= --enable-mecab .endif diff --git a/textproc/estraier/files/patch-Makefile.in b/textproc/estraier/files/patch-Makefile.in new file mode 100644 index 000000000000..b09d993bc7db --- /dev/null +++ b/textproc/estraier/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.bak Wed May 17 08:19:28 2006 ++++ Makefile.in Wed May 17 08:19:59 2006 +@@ -43,7 +43,7 @@ + -D_XOPEN_SOURCE_EXTENDED=1 -D_GNU_SOURCE=1 -D__EXTENSIONS__=1 -D_HPUX_SOURCE=1 + CFLAGS = -Wall -fsigned-char $(RELCFLAGS) + LIBS = -L./qdbm -lqdbm @LIBS@ +-LDFLAGS = -L. -L./qdbm -L$(HOME)/lib -L/usr/local/lib $(LIBS) ++LDFLAGS = -L. -L./qdbm -L$(HOME)/lib -L/usr/local/lib $(LIBS) $(PTHREAD_LIBS) + LDENV = LD_RUN_PATH=/lib:/usr/lib:$(HOME)/lib:/usr/local/lib + lpath = $(HOME)/lib:/usr/local/lib:$(LD_LIBRARY_PATH):$(DYLD_LIBRARY_PATH):$(SHLIB_PATH) + RUNENV = LD_LIBRARY_PATH="$(lpath)" DYLD_LIBRARY_PATH="$(lpath)" SHLIB_PATH="$(lpath)" |