Skip to content

Commit

Permalink
net/Sockets: Fix build with llvm16
Browse files Browse the repository at this point in the history
- Pet portclippy

Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
  • Loading branch information
5u623l20 committed Jul 23, 2023
1 parent cc7172d commit 140b002
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions net/Sockets/Makefile
Expand Up @@ -9,15 +9,17 @@ MAINTAINER= ml@netfence.it
COMMENT= C++ wrapper for BSD-style sockets
WWW= http://www.alhem.net/Sockets/

USES+= gmake gnome ssl
USES= gmake gnome ssl
USE_CXXSTD= c++14
USE_GNOME= libxml2
USE_LDCONFIG= yes
CFLAGS+= -I${OPENSSLINC}
LDFLAGS+= -L${OPENSSLLIB}

ALL_TARGET= all shared
INSTALL_TARGET= install_shared

CFLAGS+= -I${OPENSSLINC}
LDFLAGS+= -L${OPENSSLLIB}

post-patch:
# PREFIX safeness
@${CP} ${PATCHDIR}/Makefile.Defines.freebsd ${WRKSRC}
Expand Down

0 comments on commit 140b002

Please sign in to comment.