public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-misc/xfractint/files: xfractint-20.04p09-ldflags.patch
@ 2010-09-30 10:50 Michael Januszewski (spock)
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Januszewski (spock) @ 2010-09-30 10:50 UTC (permalink / raw
  To: gentoo-commits

spock       10/09/30 10:50:53

  Added:                xfractint-20.04p09-ldflags.patch
  Log:
  Respect LDFLAGS in the ebuild, switch to EAPI 2 (bug #336340).
  
  (Portage version: 2.1.9.12/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  x11-misc/xfractint/files/xfractint-20.04p09-ldflags.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xfractint/files/xfractint-20.04p09-ldflags.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xfractint/files/xfractint-20.04p09-ldflags.patch?rev=1.1&content-type=text/plain

Index: xfractint-20.04p09-ldflags.patch
===================================================================
diff -Naurp xfractint-20.04p09-orig//Makefile xfractint-20.04p09/Makefile
--- xfractint-20.04p09-orig//Makefile	2010-09-30 12:40:42.713823642 +0200
+++ xfractint-20.04p09/Makefile	2010-09-30 12:42:36.539819331 +0200
@@ -301,7 +301,7 @@ xfractint: fractint.hlp $(SRCFILES)
 	          "HFD=.${HFD}"
 	cd unix ; ${MAKE} all "CFLAGS= -I.${HFD} ${CFLAGS} ${OPT}" "SRCDIR=${SHRDIR}" \
 	          "AS=${AS}" "AFLAGS=${AFLAGS}" "HFD=.${HFD}"
-	$(CC) -o xfractint $(CFLAGS) $(OPT) $(OBJS) $(U_OBJS) $(LIBS)
+	$(CC) -o xfractint $(CFLAGS) $(LDFLAGS) $(OPT) $(OBJS) $(U_OBJS) $(LIBS)
 #	strip xfractint
 
 fractint:






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

* [gentoo-commits] gentoo-x86 commit in x11-misc/xfractint/files: xfractint-20.04p09-ldflags.patch
@ 2012-07-11 15:34 Michael Palimaka (kensington)
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Palimaka (kensington) @ 2012-07-11 15:34 UTC (permalink / raw
  To: gentoo-commits

kensington    12/07/11 15:34:37

  Modified:             xfractint-20.04p09-ldflags.patch
  Log:
  Remove default CFLAGS, thanks to Agostino Sarubbo.
  
  (Portage version: 2.1.11.5/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  x11-misc/xfractint/files/xfractint-20.04p09-ldflags.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xfractint/files/xfractint-20.04p09-ldflags.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xfractint/files/xfractint-20.04p09-ldflags.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xfractint/files/xfractint-20.04p09-ldflags.patch?r1=1.1&r2=1.2

Index: xfractint-20.04p09-ldflags.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xfractint/files/xfractint-20.04p09-ldflags.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xfractint-20.04p09-ldflags.patch	30 Sep 2010 10:50:53 -0000	1.1
+++ xfractint-20.04p09-ldflags.patch	11 Jul 2012 15:34:37 -0000	1.2
@@ -1,9 +1,26 @@
-diff -Naurp xfractint-20.04p09-orig//Makefile xfractint-20.04p09/Makefile
---- xfractint-20.04p09-orig//Makefile	2010-09-30 12:40:42.713823642 +0200
-+++ xfractint-20.04p09/Makefile	2010-09-30 12:42:36.539819331 +0200
-@@ -301,7 +301,7 @@ xfractint: fractint.hlp $(SRCFILES)
+--- Makefile
++++ Makefile
+@@ -125,7 +125,7 @@
+ 
+ ifeq ($(AS),/usr/bin/nasm)
+ 
+-CFLAGS = -I$(HFD) $(DEFINES) -g -DBIG_ANSI_C -DLINUX -DNASM -fno-builtin
++CFLAGS = -I$(HFD) $(DEFINES) -DBIG_ANSI_C -DLINUX -DNASM -fno-builtin
+ #CFLAGS = -I. -D_CONST $(DEFINES)
+ #CFLAGS = -I$(HFD) $(DEFINES) -g -DBIG_ANSI_C -DLINUX \
+ #         -march=$(ARCH) -DNASM -fno-builtin
+@@ -133,7 +133,7 @@
+ 
+ else
+ 
+-CFLAGS = -I$(HFD) $(DEFINES) -g -DBIG_ANSI_C -DLINUX -fno-builtin
++CFLAGS = -I$(HFD) $(DEFINES) -DBIG_ANSI_C -DLINUX -fno-builtin
+ #CFLAGS = -I$(HFD) $(DEFINES) -g -DBIG_ANSI_C -DLINUX \
+ #         -march=$(ARCH) -fno-builtin
+ #CFLAGS = -I. $(DEFINES) -g -DBIG_ANSI_C -DLINUX -Os -fno-builtin
+@@ -312,7 +312,7 @@
  	          "HFD=.${HFD}"
- 	cd unix ; ${MAKE} all "CFLAGS= -I.${HFD} ${CFLAGS} ${OPT}" "SRCDIR=${SHRDIR}" \
+ 	cd unix ; ${MAKE} all "CC=${CC}" "CFLAGS= -I.${HFD} -I${XFTHFD} ${CFLAGS} ${OPT}" "SRCDIR=${SHRDIR}" \
  	          "AS=${AS}" "AFLAGS=${AFLAGS}" "HFD=.${HFD}"
 -	$(CC) -o xfractint $(CFLAGS) $(OPT) $(OBJS) $(U_OBJS) $(LIBS)
 +	$(CC) -o xfractint $(CFLAGS) $(LDFLAGS) $(OPT) $(OBJS) $(U_OBJS) $(LIBS)






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

end of thread, other threads:[~2012-07-11 15:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-30 10:50 [gentoo-commits] gentoo-x86 commit in x11-misc/xfractint/files: xfractint-20.04p09-ldflags.patch Michael Januszewski (spock)
  -- strict thread matches above, loose matches on Subject: below --
2012-07-11 15:34 Michael Palimaka (kensington)

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