diff options
author | oliver <oliver@FreeBSD.org> | 2006-09-05 04:15:48 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2006-09-05 04:15:48 +0800 |
commit | dc8a0bde85b556e09798a111927463ca4b03cf59 (patch) | |
tree | eda499fe693105062590b200841d43f2e981f8c7 /graphics/gqview | |
parent | 97d596643463647e77ee413676c7e86037098b04 (diff) | |
download | freebsd-ports-gnome-dc8a0bde85b556e09798a111927463ca4b03cf59.tar.gz freebsd-ports-gnome-dc8a0bde85b556e09798a111927463ca4b03cf59.tar.zst freebsd-ports-gnome-dc8a0bde85b556e09798a111927463ca4b03cf59.zip |
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 |