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:
parent
5b72979390
commit
12f26b1c73
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=126400
@ -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-*
|
||||
|
||||
|
11
security/libgnomesu/files/patch-pam-backend_pam.c
Normal file
11
security/libgnomesu/files/patch-pam-backend_pam.c
Normal 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>
|
Loading…
Reference in New Issue
Block a user