diff options
Diffstat (limited to 'www/retawq/files/patch-Makefile')
-rw-r--r-- | www/retawq/files/patch-Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/www/retawq/files/patch-Makefile b/www/retawq/files/patch-Makefile new file mode 100644 index 000000000000..7dfb865f7f3f --- /dev/null +++ b/www/retawq/files/patch-Makefile @@ -0,0 +1,26 @@ +--- Makefile.orig Wed Nov 28 23:24:02 2001 ++++ Makefile Mon Dec 31 02:39:44 2001 +@@ -16,11 +16,11 @@ + CONFIG_CED = 1 + + # i18n (internationalization) +-CONFIG_I18N = 0 +-CONFIG_I18N_PATH = \"/usr/share/locale\" ++CONFIG_I18N = 1 ++CONFIG_I18N_PATH = \"%%LOCALBASE%%/share/locale\" + + # path for "make install"; don't forget the trailing "/"! +-INSTALL_BINPREFIX = /usr/bin/ ++INSTALL_BINPREFIX = %%PREFIX%%/bin/ + + # put your favourite C compiler here; mine is "gcc" ;-) + CC = gcc +@@ -128,7 +128,7 @@ + @echo "#define CONFIG_DEBUG $(CONFIG_DEBUG)" >> .config + + retawq: $(OBJS) +- $(CC) $(OBJS) $(LCLT) $(LCLC) -o retawq ++ $(CC) $(OBJS) $(LCLT) $(LCLC) -o retawq ${LDFLAGS} + + stripsyms: + -strip --strip-unneeded retawq |