Skip to content

Commit

Permalink
games/lincity-ng: Fix build with llvm16
Browse files Browse the repository at this point in the history
- Pet portclippy

Sponsored by:	The FreeBSD Foundation
  • Loading branch information
5u623l20 committed Jul 21, 2023
1 parent ab2539f commit a669dea
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions games/lincity-ng/Makefile
Expand Up @@ -8,21 +8,23 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Improved rich city simulation game for X
WWW= http://lincity-ng.berlios.de

BUILD_DEPENDS= jam:devel/jam
LIB_DEPENDS= libphysfs.so:devel/physfs

LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING

BUILD_DEPENDS= jam:devel/jam
LIB_DEPENDS= libphysfs.so:devel/physfs

USES= gl gnome localbase:ldflags pkgconfig sdl tar:bzip2 xorg
USE_SDL= sdl mixer image ttf gfx
USE_CXXSTD= c++14
USE_GL= gl
USE_XORG= x11
USE_GNOME= libxml2
USE_SDL= sdl mixer image ttf gfx
USE_XORG= x11

GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-libphysfs=${LOCALBASE} \
--x-libraries=${LOCALBASE}/lib --x-includes=${LOCALBASE}/include

LDFLAGS+= -lpthread

PLIST_FILES= bin/lincity-ng \
Expand Down

0 comments on commit a669dea

Please sign in to comment.