diff options
author | marcus <marcus@FreeBSD.org> | 2004-06-03 02:32:03 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-06-03 02:32:03 +0800 |
commit | 623adbd4e83983d3005dd0831ab53d241403cd37 (patch) | |
tree | e3954a646392a77dc73429f18347ad34e448c00d | |
parent | 848fa23629e9ab80972ae0eae4b58f4942cdd31e (diff) | |
download | freebsd-ports-gnome-623adbd4e83983d3005dd0831ab53d241403cd37.tar.gz freebsd-ports-gnome-623adbd4e83983d3005dd0831ab53d241403cd37.tar.zst freebsd-ports-gnome-623adbd4e83983d3005dd0831ab53d241403cd37.zip |
Add an rpath so that the resulting binaries can find the Evolution libs.
-rw-r--r-- | mail/evolution-exchange/Makefile | 3 | ||||
-rw-r--r-- | mail/ximian-connector/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/mail/evolution-exchange/Makefile b/mail/evolution-exchange/Makefile index 9f0d6b887a72..1756b804bc9d 100644 --- a/mail/evolution-exchange/Makefile +++ b/mail/evolution-exchange/Makefile @@ -7,6 +7,7 @@ PORTNAME= ximian PORTVERSION= 1.4.7.1 +PORTREVISION= 1 CATEGORIES= mail gnome MASTER_SITES= http://ftp.ximian.com/pub/source/evolution/ PKGNAMESUFFIX= -connector @@ -25,7 +26,7 @@ WANT_OPENLDAP_VER= 21 WANT_OPENLDAP_SASL= yes USE_GNOME= gnomeprefix intlhack gnomehack gnometarget CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" + LDFLAGS="-L${LOCALBASE}/lib -rpath ${X11BASE}/lib/evolution/${EVO_VERSION}" CONFIGURE_ARGS= --with-openldap=${LOCALBASE} \ --with-static-ldap=no diff --git a/mail/ximian-connector/Makefile b/mail/ximian-connector/Makefile index 9f0d6b887a72..1756b804bc9d 100644 --- a/mail/ximian-connector/Makefile +++ b/mail/ximian-connector/Makefile @@ -7,6 +7,7 @@ PORTNAME= ximian PORTVERSION= 1.4.7.1 +PORTREVISION= 1 CATEGORIES= mail gnome MASTER_SITES= http://ftp.ximian.com/pub/source/evolution/ PKGNAMESUFFIX= -connector @@ -25,7 +26,7 @@ WANT_OPENLDAP_VER= 21 WANT_OPENLDAP_SASL= yes USE_GNOME= gnomeprefix intlhack gnomehack gnometarget CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" + LDFLAGS="-L${LOCALBASE}/lib -rpath ${X11BASE}/lib/evolution/${EVO_VERSION}" CONFIGURE_ARGS= --with-openldap=${LOCALBASE} \ --with-static-ldap=no |