summaryrefslogtreecommitdiff
path: root/www/retawq/files/patch-Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-01-26 10:12:56 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-01-26 10:12:56 +0000
commit9cebede3fd3e3d311dccc4cb1ad2404ca3e9de19 (patch)
tree86f09c42ca6ab1e53ebf59a42d44d085029fc5df /www/retawq/files/patch-Makefile
parentFix build on -current (diff)
upgrade to 0.0.6
Notes
Notes: svn path=/head/; revision=53775
Diffstat (limited to 'www/retawq/files/patch-Makefile')
-rw-r--r--www/retawq/files/patch-Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/www/retawq/files/patch-Makefile b/www/retawq/files/patch-Makefile
index 7dfb865f7f3f..97bb4c444282 100644
--- a/www/retawq/files/patch-Makefile
+++ b/www/retawq/files/patch-Makefile
@@ -1,5 +1,5 @@
---- Makefile.orig Wed Nov 28 23:24:02 2001
-+++ Makefile Mon Dec 31 02:39:44 2001
+--- Makefile.orig Sat Jan 26 18:10:22 2002
++++ Makefile Sat Jan 26 18:11:38 2002
@@ -16,11 +16,11 @@
CONFIG_CED = 1
@@ -13,14 +13,14 @@
-INSTALL_BINPREFIX = /usr/bin/
+INSTALL_BINPREFIX = %%PREFIX%%/bin/
- # put your favourite C compiler here; mine is "gcc" ;-)
+ # put your favourite C compiler here; mine is "gcc"
CC = gcc
-@@ -128,7 +128,7 @@
- @echo "#define CONFIG_DEBUG $(CONFIG_DEBUG)" >> .config
+@@ -145,7 +145,7 @@
+ @echo "#define HAVE_MMAP 1" >> .config
retawq: $(OBJS)
-- $(CC) $(OBJS) $(LCLT) $(LCLC) -o retawq
-+ $(CC) $(OBJS) $(LCLT) $(LCLC) -o retawq ${LDFLAGS}
+- $(CC) $(OBJS) $(LCLT) $(LCLC) $(LCLM) -o retawq
++ $(CC) $(OBJS) $(LCLT) $(LCLC) $(LCLM) -o retawq ${LDFLAGS}
stripsyms:
-strip --strip-unneeded retawq