summaryrefslogtreecommitdiff
path: root/games-board/xscrabble/files/xscrabble-2.10-build.patch
blob: c290475e482b3b233e9419b480b2ced5c855d9f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
respect compiler, ldflags and cflags

--- a/build
+++ b/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
 "