* [gentoo-commits] gentoo-x86 commit in media-libs/glpng/files: Makefile
@ 2008-11-28 19:57 Tomas Chvatal (scarabeus)
0 siblings, 0 replies; 3+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2008-11-28 19:57 UTC (permalink / raw
To: gentoo-commits
scarabeus 08/11/28 19:57:35
Added: Makefile
Log:
Initial import of glpng. It is needed dep for new version of chromium. Thanks Tupone for pointing out issues.
(Portage version: 2.2_rc16/cvs/Linux 2.6.27-gentoo x86_64)
Revision Changes Path
1.1 media-libs/glpng/files/Makefile
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/glpng/files/Makefile?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/glpng/files/Makefile?rev=1.1&content-type=text/plain
Index: Makefile
===================================================================
# New ports collection makefile for: glpng
# Date created: 06 Mar 2006
# Whom: Dmitry Marakasov <amdmi3@amdmi3.ru>
#
# $FreeBSD: ports/graphics/glpng/Makefile,v 1.6 2008/06/19 17:28:19 amdmi3 Exp $
#
LIB_DEPENDS= /usr/lib/libpng.so
AR?= /usr/bin/ar
LN?= /bin/ln
INSTALL_DATA?= /bin/cp
MKDIR?= /bin/mkdir
DESTDIR?= /
PREFIX= ${DESTDIR}/usr
WRKSRC= /src
LOCALBASE= ./
LD = /usr/bin/ld
all:
${CC} ${CFLAGS} -fPIC -I${LOCALBASE}/include -c -o ${WRKSRC}/libglpng.o ${LDFLAGS} ${WRKSRC}/glpng.c
${CC} ${CFLAGS} -L${LOCALBASE}/lib -shared -soname -lGL -lpng -lz -lm -o ${WRKSRC}/libglpng.so.1 ${LDFLAGS},-soname=libglpng.so.1 ${WRKSRC}/libglpng.o
${AR} cqs ${WRKSRC}/libglpng.a ${WRKSRC}/libglpng.o
install:
${MKDIR} -p ${PREFIX}/lib
${INSTALL_DATA} ${WRKSRC}/libglpng.so.1 ${PREFIX}/lib
${INSTALL_DATA} ${WRKSRC}/libglpng.a ${PREFIX}/lib
${LN} -sf libglpng.so.1 ${PREFIX}/lib/libglpng.so
${MKDIR} -p ${PREFIX}/include/GL/
${INSTALL_DATA} include/GL/glpng.h ${PREFIX}/include/GL/
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/glpng/files: Makefile
@ 2008-12-02 1:30 Tomas Chvatal (scarabeus)
0 siblings, 0 replies; 3+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2008-12-02 1:30 UTC (permalink / raw
To: gentoo-commits
scarabeus 08/12/02 01:30:21
Modified: Makefile
Log:
Fix bug 249512. By adding some default LD_FLAGS to MAKEFILE.
(Portage version: 2.2_rc16/cvs/Linux 2.6.27-gentoo x86_64)
Revision Changes Path
1.2 media-libs/glpng/files/Makefile
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/glpng/files/Makefile?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/glpng/files/Makefile?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/glpng/files/Makefile?r1=1.1&r2=1.2
Index: Makefile
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/glpng/files/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Makefile 28 Nov 2008 19:57:35 -0000 1.1
+++ Makefile 2 Dec 2008 01:30:21 -0000 1.2
@@ -12,6 +12,7 @@
INSTALL_DATA?= /bin/cp
MKDIR?= /bin/mkdir
DESTDIR?= /
+LDFLAGS?= -Wl
PREFIX= ${DESTDIR}/usr
WRKSRC= /src
LOCALBASE= ./
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/glpng/files: Makefile
@ 2008-12-02 13:54 Tomas Chvatal (scarabeus)
0 siblings, 0 replies; 3+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2008-12-02 13:54 UTC (permalink / raw
To: gentoo-commits
scarabeus 08/12/02 13:54:49
Removed: Makefile
Log:
Use own created cmakescript instead of patching up Makefile.
Get rid of problematic one. Add ppc keyword.
Fixes bug #249312 and bug #249567.
(Portage version: 2.2_rc16/cvs/Linux 2.6.27-gentoo x86_64)
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-12-02 13:54 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-02 1:30 [gentoo-commits] gentoo-x86 commit in media-libs/glpng/files: Makefile Tomas Chvatal (scarabeus)
-- strict thread matches above, loose matches on Subject: below --
2008-12-02 13:54 Tomas Chvatal (scarabeus)
2008-11-28 19:57 Tomas Chvatal (scarabeus)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox