pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

brogue: also link against libX11 an libm



Module Name:	pkgsrc-wip
Committed By:	Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By:	yhardy
Date:		Tue Mar 21 21:11:42 2023 +0200
Changeset:	8248d6d6e81bf26f8da2c20a64f3b1696d1d4dc9

Modified Files:
	brogue/Makefile

Log Message:
brogue: also link against libX11 an libm

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=8248d6d6e81bf26f8da2c20a64f3b1696d1d4dc9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 brogue/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/brogue/Makefile b/brogue/Makefile
index d98c2198dd..1a29731dec 100644
--- a/brogue/Makefile
+++ b/brogue/Makefile
@@ -95,7 +95,7 @@ do-build:
 		${ECHO} CC: $$i; \
 		${CC} -c -o ${WRKSRC}/build/$$k ${CFLAGS} ${WRKSRC}/$$i || exit 1; \
 	done
-	${CC} -o ${WRKSRC}/bin/brogue ${WRKSRC}/build/*.o ${LDFLAGS} -lncurses -lSDL -lGL -lz
+	${CC} -o ${WRKSRC}/bin/brogue ${WRKSRC}/build/*.o ${LDFLAGS} -lncurses -lSDL -lGL -lX11 -lm -lz
 
 do-install:
 	${INSTALL_GAME} ${WRKSRC}/bin/brogue ${DESTDIR}${PREFIX}/bin


Home | Main Index | Thread Index | Old Index