You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-board/xscrabble/files/xscrabble-2.10-build.patch

14 lines
305 B

respect compiler, ldflags and cflags
--- build
+++ build
@@ -36,7 +36,7 @@
#define RULES_FILE \"$LIBDIR/en/scrabble_rules\"
" > src/config.h
xmkmf -a
- make
+ make CC="${CC}" CCOPTIONS="${CFLAGS}" LOCAL_LDFLAGS="${LDFLAGS}"
echo "
Now, type './build install' to install programs in $BINDIR
"