1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00

Fix build on >4.x.

This commit is contained in:
Adam Weinberger 2005-01-14 05:01:25 +00:00
parent 5b72979390
commit 12f26b1c73
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=126400
2 changed files with 13 additions and 0 deletions

View File

@ -18,6 +18,8 @@ USE_GETOPT_LONG=yes
USE_LIBTOOL_VER=15
USE_GMAKE= yes
USE_GNOME= gnomehack gnomeprefix libgnomeui
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
CONFLICTS= gnomesu-*

View File

@ -0,0 +1,11 @@
--- pam-backend/pam.c.orig Thu Jan 13 23:43:53 2005
+++ pam-backend/pam.c Thu Jan 13 23:43:59 2005
@@ -17,7 +17,7 @@
*/
#include <security/pam_appl.h>
-#include <security/pam_misc.h>
+#include <security/pam_mod_misc.h>
#include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>