Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Sep 1998 23:06:53 +0200 (CEST)
From:      Joachim Kuebart <joki@kuebart.stuttgart.netsurf.de>
To:        ports@FreeBSD.ORG
Subject:   ELF patches for kdebase-1.0
Message-ID:  <199809032106.XAA05598@yacht.domestic.de>

next in thread | raw e-mail | index | archive | help
Hi,

I am able to build kdebase-1.0 under ELF with the following patches to
the Makefile of the port:

This in effect provides "-rpath /usr/X11R6/lib" for ld.so to work
properly without LD_LIBRARY_PATH.

--- Makefile.orig	Thu Sep  3 19:21:58 1998
+++ Makefile	Thu Sep  3 20:19:36 1998
@@ -25,6 +25,7 @@
 USE_QT=		yes
 HAS_CONFIGURE=	yes
 CONFIGURE_ARGS=	"--prefix=$(PREFIX)" \
+		"--with-qt-libraries=$(X11BASE)/lib" \
 		"--with-extra-includes=$(PREFIX)/include/giflib"
 
 CONFIGURE_ENV=	CXXFLAGS="$(CFLAGS)" \

cu Jo

---------------------------------------------------------------------
FreeBSD: The Power to Serve                  <http://www.freebsd.org>;
Joachim Kuebart
Tel: +49 711 653706            Oh god, god... My tongue is asleep and
Germany                        my teeth itch.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199809032106.XAA05598>