diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2011-05-02 12:41:44 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2011-05-02 12:41:44 +0000 |
commit | 642c8ce78f9f4d399d09b4f0abebb684354f3582 (patch) | |
tree | b66c0e33c829a159f4f392f604f1c72364d58180 /finance | |
parent | 314168b9bec761c84cb4287892c09a3e43e1a5bc (diff) | |
download | ports-642c8ce78f9f4d399d09b4f0abebb684354f3582.tar.gz ports-642c8ce78f9f4d399d09b4f0abebb684354f3582.zip |
Notes
Diffstat (limited to 'finance')
-rw-r--r-- | finance/xinvest/Makefile | 2 | ||||
-rw-r--r-- | finance/xinvest/files/patch-Imakefile | 12 |
2 files changed, 13 insertions, 1 deletions
diff --git a/finance/xinvest/Makefile b/finance/xinvest/Makefile index d647fafcbb2d..a112fbb884ed 100644 --- a/finance/xinvest/Makefile +++ b/finance/xinvest/Makefile @@ -7,7 +7,7 @@ PORTNAME= xinvest PORTVERSION= 2.6.9 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= finance deskutils MASTER_SITES= SF/${PORTNAME} diff --git a/finance/xinvest/files/patch-Imakefile b/finance/xinvest/files/patch-Imakefile new file mode 100644 index 000000000000..3b7f57382ae7 --- /dev/null +++ b/finance/xinvest/files/patch-Imakefile @@ -0,0 +1,12 @@ +--- Imakefile.orig 2011-04-13 14:00:23.062577466 +0400 ++++ Imakefile 2011-04-13 14:00:32.347416233 +0400 +@@ -13,7 +13,7 @@ + XCOMM HAVE_LIBDT and XPRINT if CDE or LessTif's libDt is around + XCOMM + +-DEFINES = -DSHAPE ++DEFINES = -DSHAPE -DPRINTING_SUPPORTED + INCLUDES = -I$(INCROOT)/X11 + SYS_LIBRARIES = -lXm -lXpm $(XTOOLLIB) -lXext $(XLIB) -lm + DEPLIBS = + |