SOURCES: tgui-Makefile.patch - x86 and x86_64 common libdir

lisu lisu at pld-linux.org
Mon Aug 20 23:55:58 CEST 2007


Author: lisu                         Date: Mon Aug 20 21:55:58 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- x86 and x86_64 common libdir

---- Files affected:
SOURCES:
   tgui-Makefile.patch (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SOURCES/tgui-Makefile.patch
diff -u SOURCES/tgui-Makefile.patch:1.2 SOURCES/tgui-Makefile.patch:1.3
--- SOURCES/tgui-Makefile.patch:1.2	Sat Aug 18 20:44:33 2007
+++ SOURCES/tgui-Makefile.patch	Mon Aug 20 23:55:52 2007
@@ -1,5 +1,5 @@
---- tgui-0.9/Makefile~	2007-08-18 20:11:16.000000000 +0200
-+++ tgui-0.9/Makefile	2007-08-18 20:11:15.000000000 +0200
+--- tgui-0.9/Makefile~	2007-08-20 23:23:02.487834895 +0200
++++ tgui-0.9/Makefile	2007-08-20 23:22:26.957632152 +0200
 @@ -1,6 +1,8 @@
 -PREFIX=/usr/local
 +PREFIX=/usr
@@ -31,7 +31,7 @@
 -	cp -R TGUI $(PREFIX)/include
 -	cp -R libtgui.a /usr/local/lib
 +	cp -R TGUI $(DESTDIR)$(PREFIX)/include
-+	cp -R libtgui.a $(DESTDIR)/usr/lib
++	cp -R libtgui.a $(DESTDIR)$(LIBDIR)
 +	cp -R awexamp $(DESTDIR)/usr/bin
  
  clean:
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/tgui-Makefile.patch?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list