FreeBSD Bugzilla – Attachment 5962 Details for
Bug 13840
'make PREFIX' fails for kdenetwork11
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 919 bytes, created by
scottm
on 1999-09-20 00:30:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
scottm
Created:
1999-09-20 00:30:01 UTC
Size:
919 bytes
patch
obsolete
>*** Makefile.orig Sun Sep 19 15:31:54 1999 >--- Makefile Sun Sep 19 16:15:11 1999 >*************** >*** 13,19 **** >--- 13,23 ---- > > MAINTAINER= se@freebsd.org > >+ LOCALBASE?= ${DESTDIR}/usr/local >+ >+ .if !exists(${PREFIX}/lib/libgdbm.a) && !exists(${LOCALBASE}/lib/libgdbm.a) > BUILD_DEPENDS= ${PREFIX}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm >+ .endif > LIB_DEPENDS= gif.3:${PORTSDIR}/graphics/giflib \ > jpeg.9:${PORTSDIR}/graphics/jpeg \ > png.3:${PORTSDIR}/graphics/png \ >*************** >*** 32,37 **** >--- 36,49 ---- > INSTALL_SCRIPT="install -c -m 555" > USE_GMAKE= yes > CFLAGS+= "-I${PREFIX}/include" >+ >+ .if defined(PREFIX) >+ CONFIGURE_ARGS+= "--with-qt-includes=$(PREFIX)/include/X11/qt" \ >+ "--with-qt-libraries=$(PREFIX)/lib" \ >+ "--with-extra-libs=${LOCALBASE}/lib" \ >+ "--with-extra-includes=${LOCALBASE}/include" >+ CONFIGURE_ENV+= QTDIR="$(PREFIX)" >+ .endif > > .include <bsd.port.pre.mk>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 13840
: 5962