diff options
author | miwi <miwi@FreeBSD.org> | 2007-06-06 18:58:43 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-06-06 18:58:43 +0800 |
commit | 113a3402fc41a4133639000ec8a0a00071162005 (patch) | |
tree | 9104548b66f3a899e3e783abde2700f2723bb8c5 | |
parent | efd6f4ac3b1d703b05c9749d6cfbebef2f665669 (diff) | |
download | freebsd-ports-gnome-113a3402fc41a4133639000ec8a0a00071162005.tar.gz freebsd-ports-gnome-113a3402fc41a4133639000ec8a0a00071162005.tar.zst freebsd-ports-gnome-113a3402fc41a4133639000ec8a0a00071162005.zip |
- Fix build with gcc 4.2
PR: 113382
Submitted by: Heiner <h.eichmann@gmx.de> (maintainer)
-rw-r--r-- | textproc/kdiff3/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/kdiff3/Makefile b/textproc/kdiff3/Makefile index 162de253c3b6..3b75755e95a5 100644 --- a/textproc/kdiff3/Makefile +++ b/textproc/kdiff3/Makefile @@ -21,6 +21,7 @@ INSTALLS_ICONS= yes USE_LDCONFIG= ${PREFIX}/lib/kde3 CONFIGURE_ENV= LDFLAGS="${PTHREAD_LIBS}" +CONFIGURE_ARGS= --mandir="${MANPREFIX}/man" MAN1= kdiff3.1 |