diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2006-09-04 20:15:48 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2006-09-04 20:15:48 +0000 |
commit | 76833b65d559bea0ebe0cf29601bd250b82bd495 (patch) | |
tree | 8b37d850904651c424679ceefe48151f45170571 /graphics/gqview | |
parent | - Fix WWW. (diff) |
fix on CURRENT
PR: ports/102843
Submitted by: Vladimir Grebenschikov <vova@fbsd.ru>
Diffstat (limited to 'graphics/gqview')
-rw-r--r-- | graphics/gqview/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gqview/Makefile b/graphics/gqview/Makefile index 2032c782d291..a4612441cd23 100644 --- a/graphics/gqview/Makefile +++ b/graphics/gqview/Makefile @@ -21,7 +21,7 @@ USE_X_PREFIX= yes USE_GNOME= gnomehier gtk20 GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" + LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" MAN1= gqview.1 |