SOURCES: gaim-plugin-tlen-Makefile.patch - lib64 support

qboosh qboosh at pld-linux.org
Thu May 17 20:58:21 CEST 2007


Author: qboosh                       Date: Thu May 17 18:58:20 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- lib64 support

---- Files affected:
SOURCES:
   gaim-plugin-tlen-Makefile.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/gaim-plugin-tlen-Makefile.patch
diff -u SOURCES/gaim-plugin-tlen-Makefile.patch:1.1 SOURCES/gaim-plugin-tlen-Makefile.patch:1.2
--- SOURCES/gaim-plugin-tlen-Makefile.patch:1.1	Fri Apr 27 10:41:04 2007
+++ SOURCES/gaim-plugin-tlen-Makefile.patch	Thu May 17 20:58:15 2007
@@ -1,15 +1,16 @@
 --- gaim-tlen-20060128.orig/Makefile	2006-01-28 17:18:50.000000000 +0100
 +++ gaim-tlen-20060128/Makefile	2006-02-13 16:51:27.000000000 +0100
-@@ -1,6 +1,6 @@
+@@ -1,6 +1,7 @@
  CC?=		gcc
 -LOCALBASE?=	/usr/local
 -DESTDIR?=
 +LOCALBASE?=	/usr/
++LIBDIR?=	$(LOCALBASE)/lib
 +DESTDIR?=	./
  
  CFLAGS=	`PKG_CONFIG_PATH=${LOCALBASE}/lib/pkgconfig pkg-config gaim --cflags` \
  	-I${LOCALBASE}/include \
-@@ -25,10 +25,10 @@
+@@ -25,10 +26,10 @@
  	ctags *
  
  install:
@@ -17,9 +18,9 @@
 -	install -o root -g wheel libtlen.so ${DESTDIR}${LOCALBASE}/lib/gaim/
 -	install -d -o root -g wheel ${DESTDIR}${LOCALBASE}/share/pixmaps/gaim/status/default/
 -	install -o root -g wheel tlen.png ${DESTDIR}${LOCALBASE}/share/pixmaps/gaim/status/default
-+	install -d ${DESTDIR}${LOCALBASE}/lib/gaim/
-+	install libtlen.so ${DESTDIR}${LOCALBASE}/lib/gaim/
-+	install -d ${DESTDIR}${LOCALBASE}/share/pixmaps/gaim/status/default/
++	install -d ${DESTDIR}${LIBDIR}/gaim
++	install libtlen.so ${DESTDIR}${LIBDIR}/gaim
++	install -d ${DESTDIR}${LOCALBASE}/share/pixmaps/gaim/status/default
 +	install tlen.png ${DESTDIR}${LOCALBASE}/share/pixmaps/gaim/status/default
  
  dist: clean
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/gaim-plugin-tlen-Makefile.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list