diff options
author | lofi <lofi@FreeBSD.org> | 2005-07-06 03:02:32 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2005-07-06 03:02:32 +0800 |
commit | 9d7e9d1882bd111ec2c7df59aeaf0a3ae09a633a (patch) | |
tree | 4dacbf60238d1bb257f92580ccd84a0647f810f6 /x11/kde4-runtime/files | |
parent | 5879cf1d1a9028aa2d1f4194b8ad1abed4b6a91a (diff) | |
download | freebsd-ports-gnome-9d7e9d1882bd111ec2c7df59aeaf0a3ae09a633a.tar.gz freebsd-ports-gnome-9d7e9d1882bd111ec2c7df59aeaf0a3ae09a633a.tar.zst freebsd-ports-gnome-9d7e9d1882bd111ec2c7df59aeaf0a3ae09a633a.zip |
Fix compilation with OpenLDAP 2.3.4
Diffstat (limited to 'x11/kde4-runtime/files')
-rw-r--r-- | x11/kde4-runtime/files/patch-kioslave_ldap_Makefile.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/x11/kde4-runtime/files/patch-kioslave_ldap_Makefile.in b/x11/kde4-runtime/files/patch-kioslave_ldap_Makefile.in new file mode 100644 index 000000000000..ee406052177e --- /dev/null +++ b/x11/kde4-runtime/files/patch-kioslave_ldap_Makefile.in @@ -0,0 +1,9 @@ +--- kioslave/ldap/Makefile.in Tue Jul 5 19:14:25 2005 ++++ kioslave/ldap/Makefile.in Tue Jul 5 19:13:47 2005 +@@ -567,6 +567,7 @@ + xdg_directorydir = @xdg_directorydir@ + xdg_menudir = @xdg_menudir@ + INCLUDES = $(all_includes) $(LDAP_INCS) ++AM_CXXFLAGS = -DLDAP_DEPRECATED + AM_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LDAP_RPATH) + LDADD = $(LIB_KIO) $(LDAP_LIBS) |