- Fix SSL/TLS support
PR: ports/63308 Submitted by: Yuri Khotyaintsev <yuri@irfu.se> Approved by: maintainer
This commit is contained in:
parent
c2a7b70661
commit
bd84af561d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101988
2 changed files with 16 additions and 7 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= diradmin
|
||||
PORTVERSION= 1.5.1
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://diradmin.open-it.org/
|
||||
DISTNAME= directory_administrator-${PORTVERSION}
|
||||
|
@ -20,6 +20,7 @@ USE_GMAKE= yes
|
|||
USE_X_PREFIX= yes
|
||||
USE_GNOME= gnomelibs
|
||||
USE_OPENLDAP= yes
|
||||
USE_OPENSSL= yes
|
||||
CFLAGS+= -I/usr/src/lib/libcrypt
|
||||
|
||||
PORTDOCS= AUTHORS CREDITS ChangeLog INSTALL NEWS \
|
||||
|
|
|
@ -1,12 +1,20 @@
|
|||
diff -ruN /configure.old configure
|
||||
--- configure.old Thu Jan 22 01:13:11 2004
|
||||
+++ configure Thu Jan 22 01:13:51 2004
|
||||
--- configure.orig Tue Feb 24 16:10:24 2004
|
||||
+++ configure Tue Feb 24 16:12:33 2004
|
||||
@@ -5413,7 +5413,7 @@
|
||||
|
||||
|
||||
|
||||
- LDFLAGS="$LDFLAGS -llber -lldap -lcrypt"
|
||||
+ LDFLAGS="$LDFLAGS -L/usr/local/lib -llber -lldap -lcrypt"
|
||||
|
||||
|
||||
|
||||
@@ -5625,7 +5625,7 @@
|
||||
|
||||
|
||||
fi
|
||||
|
||||
|
||||
-PACKAGE_PIXMAPS_DIR="/share/pixmaps/${PACKAGE}"
|
||||
+PACKAGE_PIXMAPS_DIR="/share/gnome/pixmaps/${PACKAGE}"
|
||||
|
||||
|
||||
PACKAGE_APPLNK_DIR="/share/applications"
|
||||
SYSTEM_MENU_DIR="/lib/menu"
|
||||
|
|
Loading…
Reference in a new issue