public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-lang/lisaac/files: lisaac-0.13.1-makefile.patch
@ 2012-02-12 11:54 Pacho Ramos (pacho)
  0 siblings, 0 replies; 2+ messages in thread
From: Pacho Ramos (pacho) @ 2012-02-12 11:54 UTC (permalink / raw
  To: gentoo-commits

pacho       12/02/12 11:54:36

  Added:                lisaac-0.13.1-makefile.patch
  Log:
  Install docs at proper place (bug #241270 by Boris Fersing) and respect CC (bug #243878 by flameeyes).
  
  (Portage version: 2.1.10.46/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  dev-lang/lisaac/files/lisaac-0.13.1-makefile.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/lisaac/files/lisaac-0.13.1-makefile.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/lisaac/files/lisaac-0.13.1-makefile.patch?rev=1.1&content-type=text/plain

Index: lisaac-0.13.1-makefile.patch
===================================================================
--- Makefile.orig	2008-10-13 11:25:21.000000000 +0200
+++ Makefile	2008-10-13 11:26:08.000000000 +0200
@@ -59,7 +59,7 @@
 HTML=/html
 BIN=/usr/bin
 MAN=/usr/share/man/man1
-DOC=/usr/share/doc/lisaac
+DOC=${DOC:=/usr/share/doc/lisaac}
 DESTDIR=
 CC=gcc
 CFLAGS=-O2






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-lang/lisaac/files: lisaac-0.13.1-makefile.patch
@ 2012-06-21 12:05 Justin Lecher (jlec)
  0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher (jlec) @ 2012-06-21 12:05 UTC (permalink / raw
  To: gentoo-commits

jlec        12/06/21 12:05:40

  Modified:             lisaac-0.13.1-makefile.patch
  Log:
  dev-lang/lisaac: Respect *FLAGS, #342135
  
  (Portage version: 2.2.0_alpha110/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-lang/lisaac/files/lisaac-0.13.1-makefile.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/lisaac/files/lisaac-0.13.1-makefile.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/lisaac/files/lisaac-0.13.1-makefile.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/lisaac/files/lisaac-0.13.1-makefile.patch?r1=1.1&r2=1.2

Index: lisaac-0.13.1-makefile.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/lisaac/files/lisaac-0.13.1-makefile.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- lisaac-0.13.1-makefile.patch	12 Feb 2012 11:54:36 -0000	1.1
+++ lisaac-0.13.1-makefile.patch	21 Jun 2012 12:05:40 -0000	1.2
@@ -1,11 +1,33 @@
---- Makefile.orig	2008-10-13 11:25:21.000000000 +0200
-+++ Makefile	2008-10-13 11:26:08.000000000 +0200
-@@ -59,7 +59,7 @@
+ Makefile |   11 +++++------
+ 1 files changed, 5 insertions(+), 6 deletions(-)
+
+diff --git a/Makefile b/Makefile
+index 76e6403..9875e36 100644
+--- a/Makefile
++++ b/Makefile
+@@ -59,20 +59,19 @@ EXAMPLE=/examples
  HTML=/html
  BIN=/usr/bin
  MAN=/usr/share/man/man1
 -DOC=/usr/share/doc/lisaac
 +DOC=${DOC:=/usr/share/doc/lisaac}
  DESTDIR=
- CC=gcc
- CFLAGS=-O2
+-CC=gcc
+-CFLAGS=-O2
++CC ?=gcc
+ 
+ all: bin/lisaac.c bin/shorter.c
+ 	@echo "#define LISAAC_DIRECTORY \"$(DESTDIR)$(LIB)\"" > bin/path.h
+-	$(CC) $(CFLAGS) bin/lisaac.c -o bin/lisaac 
+-	$(CC) $(CFLAGS) bin/shorter.c -o bin/shorter
++	$(CC) $(CFLAGS) $(LDFLAGS) bin/lisaac.c -o bin/lisaac 
++	$(CC) $(CFLAGS) $(LDFLAGS) bin/shorter.c -o bin/shorter
+ 
+ interactive_userland: install_lisaac.c
+ 	@echo - Lisaac compiler installation For Unix / Linux / Windows -
+ 	@echo Please wait...
+-	$(CC) $(CFLAGS) install_lisaac.c -o install_lisaac
++	$(CC) $(CFLAGS) $(LDFLAGS) install_lisaac.c -o install_lisaac
+ 	@echo - please run ./install_lisaac to finish the installation
+ 
+ install:






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-06-21 12:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-21 12:05 [gentoo-commits] gentoo-x86 commit in dev-lang/lisaac/files: lisaac-0.13.1-makefile.patch Justin Lecher (jlec)
  -- strict thread matches above, loose matches on Subject: below --
2012-02-12 11:54 Pacho Ramos (pacho)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox