Date: Sun, 8 Jan 2006 01:33:51 -0000 From: "Marcin Jessa" <yazzy@yazzy.org> To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org> Subject: ports/91490: mutimedia/kino Message-ID: <1136684031.85118@lapdance.yazzy.net> Resent-Message-ID: <200601080140.k081e416026378@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 91490 >Category: ports >Synopsis: mutimedia/kino >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Jan 08 01:40:03 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Marcin Jessa >Release: FreeBSD 6.0-STABLE i386 >Organization: YazzY.org >Environment: System: FreeBSD 6.0-STABLE #18: Thu Dec 22 21:08:16 UTC 2005 root@lapdance.yazzy.net:/usr/obj/usr/src/sys/LAPDANCE >Description: multimedia/kino Makefile fix with correct path for includes and libs of quicktime >How-To-Repeat: >Fix: --- kino.diff begins here --- diff -ruN multimedia/kino/Makefile multimedia/kino.new/Makefile --- multimedia/kino/Makefile Thu Jan 5 03:57:28 2006 +++ multimedia/kino.new/Makefile Sat Jan 7 20:41:26 2006 @@ -28,8 +28,8 @@ 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/quicktime -I${X11BASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib/libquicktime -L${X11BASE}/lib" \ PTHREAD_LIBS="${PTHREAD_LIBS}" MAN1= kino.1 --- kino.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1136684031.85118>