public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-cdr/uif2iso/files: 0.1.7-Makefile
@ 2008-11-13  2:52 Diego Petteno (flameeyes)
  0 siblings, 0 replies; 2+ messages in thread
From: Diego Petteno (flameeyes) @ 2008-11-13  2:52 UTC (permalink / raw
  To: gentoo-commits

flameeyes    08/11/13 02:52:53

  Added:                0.1.7-Makefile
  Log:
  Version bump, the new version does not require OpenSSL, but I had to write a makefile for it since the one provided by upstream is not flexible enough for our needs.
  (Portage version: 2.2_rc14/cvs/Linux 2.6.27-gentoo-r2 x86_64)

Revision  Changes    Path
1.1                  app-cdr/uif2iso/files/0.1.7-Makefile

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-cdr/uif2iso/files/0.1.7-Makefile?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-cdr/uif2iso/files/0.1.7-Makefile?rev=1.1&content-type=text/plain

Index: 0.1.7-Makefile
===================================================================
# We replace the makefile since the upstream one is not suitable for
# us :(

OBJS := $(patsubst %.c,%.o,$(wildcard *.c))

CFLAGS += -DMAGICISO_IS_SHIT

uif2iso: $(OBJS)
	$(CC) $(LDFLAGS) $^ -o $@ -lz






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

* [gentoo-commits] gentoo-x86 commit in app-cdr/uif2iso/files: 0.1.7-Makefile
@ 2008-11-26  0:22 Diego Petteno (flameeyes)
  0 siblings, 0 replies; 2+ messages in thread
From: Diego Petteno (flameeyes) @ 2008-11-26  0:22 UTC (permalink / raw
  To: gentoo-commits

flameeyes    08/11/26 00:22:32

  Modified:             0.1.7-Makefile
  Log:
  Switch to not having the actual linking line in the Makefile, use LDLIBS instead.
  (Portage version: 2.2_rc16/cvs/Linux 2.6.27-gentoo-r4 x86_64)

Revision  Changes    Path
1.2                  app-cdr/uif2iso/files/0.1.7-Makefile

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-cdr/uif2iso/files/0.1.7-Makefile?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-cdr/uif2iso/files/0.1.7-Makefile?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-cdr/uif2iso/files/0.1.7-Makefile?r1=1.1&r2=1.2

Index: 0.1.7-Makefile
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-cdr/uif2iso/files/0.1.7-Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- 0.1.7-Makefile	13 Nov 2008 02:52:53 -0000	1.1
+++ 0.1.7-Makefile	26 Nov 2008 00:22:32 -0000	1.2
@@ -5,5 +5,6 @@
 
 CFLAGS += -DMAGICISO_IS_SHIT
 
+LDLIBS = -lz
+
 uif2iso: $(OBJS)
-	$(CC) $(LDFLAGS) $^ -o $@ -lz






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

end of thread, other threads:[~2008-11-26  0:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-26  0:22 [gentoo-commits] gentoo-x86 commit in app-cdr/uif2iso/files: 0.1.7-Makefile Diego Petteno (flameeyes)
  -- strict thread matches above, loose matches on Subject: below --
2008-11-13  2:52 Diego Petteno (flameeyes)

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