public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-misc/xrmap/files: xrmap-2.33-as-needed.patch xrmap-2.33-Makefile.kit.patch
@ 2010-05-28 21:10 Markos Chandras (hwoarang)
  0 siblings, 0 replies; only message in thread
From: Markos Chandras (hwoarang) @ 2010-05-28 21:10 UTC (permalink / raw
  To: gentoo-commits

hwoarang    10/05/28 21:10:04

  Added:                xrmap-2.33-as-needed.patch
                        xrmap-2.33-Makefile.kit.patch
  Log:
  Version bump. Fixes bug #309661
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  x11-misc/xrmap/files/xrmap-2.33-as-needed.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xrmap/files/xrmap-2.33-as-needed.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xrmap/files/xrmap-2.33-as-needed.patch?rev=1.1&content-type=text/plain

Index: xrmap-2.33-as-needed.patch
===================================================================
Index: xrmap-2.33/Makefile.noimake
===================================================================
--- xrmap-2.33.orig/Makefile.noimake
+++ xrmap-2.33/Makefile.noimake
@@ -20,7 +20,7 @@ LDOPTIONS=-O6 -g -Wall  -lXpm -lX11 -ljp
 ## LDOPTIONS=-O6 -g -Wall libxpm/libXpm.a -lX11 -lz -lm -L/usr/X11R6/lib
 
 all: explorer.o image.o xrmap.o
-	gcc $(LDOPTIONS) -o xrmap explorer.o image.o xrmap.o
+	gcc -o xrmap explorer.o image.o xrmap.o $(LDOPTIONS)
 	cd editkit ; make -f Makefile.kit DESTDIR=$(DESTDIR)
 	cd earthview ; make DESTDIR=$(DESTDIR)	
 	@cat EXTRADATA



1.1                  x11-misc/xrmap/files/xrmap-2.33-Makefile.kit.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xrmap/files/xrmap-2.33-Makefile.kit.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xrmap/files/xrmap-2.33-Makefile.kit.patch?rev=1.1&content-type=text/plain

Index: xrmap-2.33-Makefile.kit.patch
===================================================================
Index: xrmap-2.33/editkit/Makefile.kit
===================================================================
--- xrmap-2.33.orig/editkit/Makefile.kit
+++ xrmap-2.33/editkit/Makefile.kit
@@ -15,13 +15,14 @@
 
 SHAREDIR=/usr/share/editkit
 
-CFLAGS = -O2 -fomit-frame-pointer -pipe -Wall -DTHREED -DGREEK -DJUSTIFY -DSHAREDIR="\"$(SHAREDIR)\""
+CFLAGS = -O2 -fomit-frame-pointer -pipe -Wall -DTHREED -DGREEK -DJUSTIFY -DSHAREDIR="\"$(SHAREDIR)\"" -DSHAREDIR="\"$(SHARE_DIR)\""
 
 #CFLAGS = -O2 -fomit-frame-pointer -pipe -Wall -DMINIMAL -DTWOBUTN -DVERTCURS -DTLL
 
 #CFLAGS = -g -pipe
 
 TLIBS = -L/usr/lib -ltermcap
+TLIBS = -L/usr/lib -lcurses
 XLIBS = -L/usr/X11R6/lib -lX11
 
 # Use this for solaris






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-05-28 21:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-28 21:10 [gentoo-commits] gentoo-x86 commit in x11-misc/xrmap/files: xrmap-2.33-as-needed.patch xrmap-2.33-Makefile.kit.patch Markos Chandras (hwoarang)

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