Sophie

Sophie

distrib > Mageia > 9 > armv7hl > media > core-release-src > by-pkgid > e4ef6216a7adbeb000161549ec943214 > files > 2

wordgrinder-0.8-7.mga9.src.rpm

Index: wordgrinder-master/Makefile
===================================================================
--- wordgrinder-master/Makefile
+++ wordgrinder-master/Makefile	2020-10-23 21:15:49.643858867 +0200
@@ -4,7 +4,7 @@
 
 # It should be mostly safe to leave these options at the default.
 
-PREFIX ?= $(HOME)
+PREFIX ?= /usr
 BINDIR ?= $(PREFIX)/bin
 SHAREDIR ?= $(PREFIX)/share
 DOCDIR ?= $(SHAREDIR)/doc
@@ -61,7 +61,7 @@
 #
 # Alternatively, use a flag specifier string like this:
 # --cflags={-I/usr/include/thingylua} --libs={-L/usr/lib/thingylua -lthingylua}
-LUA_PACKAGE ?= builtin
+LUA_PACKAGE ?= lua
 
 # Hack to try and detect the presence of the Xft library (it's not in
 # pkg-config).
@@ -98,12 +98,12 @@
 
 LPEG_PACKAGE ?= builtin
 LUABITOP_PACKAGE ?= builtin
-MINIZIP_PACKAGE ?= builtin
+MINIZIP_PACKAGE ?= minizip
 UTHASH_PACKAGE ?= builtin
 
 # Do you want your binaries stripped on installation?
 
-WANT_STRIPPED_BINARIES ?= yes
+WANT_STRIPPED_BINARIES ?= no
 
 # ===========================================================================
 #                       END OF CONFIGURATION OPTIONS