mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
devel/clixon: fix build with GCC-based architectures
and bump PORTREISION due to new patch added. Reported by: Piotr Kubaj <pkubaj@anongoth.pl> Approved by: Dave Cornejo <dcornejo@netgate.com> (maintainer) Sponsored by: IntegriCloud
This commit is contained in:
parent
b2bef110c8
commit
9a33226e6a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=494890
@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= clixon
|
||||
PORTVERSION= 3.9.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= dcornejo@netgate.com
|
||||
|
11
devel/clixon/files/patch-lib_clixon_clixon__plugin.h
Normal file
11
devel/clixon/files/patch-lib_clixon_clixon__plugin.h
Normal file
@ -0,0 +1,11 @@
|
||||
--- lib/clixon/clixon_plugin.h.orig 2019-02-21 19:04:04 UTC
|
||||
+++ lib/clixon/clixon_plugin.h
|
||||
@@ -49,8 +49,6 @@
|
||||
/*
|
||||
* Types
|
||||
*/
|
||||
-/* Dynamicically loadable plugin object handle. @see return value of dlopen(3) */
|
||||
-typedef void *plghndl_t;
|
||||
|
||||
/*! Registered RPC callback function
|
||||
* @param[in] h Clicon handle
|
Loading…
Reference in New Issue
Block a user