diff options
author | Pierre Beyssac <pb@FreeBSD.org> | 2006-01-10 00:42:57 +0000 |
---|---|---|
committer | Pierre Beyssac <pb@FreeBSD.org> | 2006-01-10 00:42:57 +0000 |
commit | 263e59ef40f5edfd3d3fd8fb451bcb64ac7718ca (patch) | |
tree | 02dbc939883f0e4b26898447fa2c68f847ad2196 /multimedia/kino | |
parent | 23986444807c19c0ae524a28cf1fa6b46375c627 (diff) | |
download | ports-263e59ef40f5edfd3d3fd8fb451bcb64ac7718ca.tar.gz ports-263e59ef40f5edfd3d3fd8fb451bcb64ac7718ca.zip |
Fix build with Quicktime.
PR: ports/91490
Submitted by: Marcin Jessa <yazzy@yazzy.org>
Notes
Notes:
svn path=/head/; revision=153169
Diffstat (limited to 'multimedia/kino')
-rw-r--r-- | multimedia/kino/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/multimedia/kino/Makefile b/multimedia/kino/Makefile index 74fa04abc9ec..5875d4a35d21 100644 --- a/multimedia/kino/Makefile +++ b/multimedia/kino/Makefile @@ -28,8 +28,10 @@ USE_GNOME= gnomehack gnomeprefix libgnomeui libxml2 USE_ICONV= yes GNU_CONFIGURE= yes USE_X_PREFIX= yes -CONFIGURE_ENV= CPPFLAGS=-"I${LOCALBASE}/include -I${X11BASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \ +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/lqt \ + -I${LOCALBASE}/include -I${X11BASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib/libquicktime \ + -L${LOCALBASE}/lib -L${X11BASE}/lib" \ PTHREAD_LIBS="${PTHREAD_LIBS}" MAN1= kino.1 |