View | Details | Raw Unified | Return to bug 46097
Collapse All | Expand All

(-)png2ico/Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	png2ico
8
PORTNAME=	png2ico
9
PORTVERSION=	2002.09.03
9
PORTVERSION=	2002.12.08
10
CATEGORIES=	graphics
10
CATEGORIES=	graphics
11
MASTER_SITES=	http://www.winterdrache.de/freeware/png2ico/data/
11
MASTER_SITES=	http://www.winterdrache.de/freeware/png2ico/data/
12
DISTNAME=	${PORTNAME}-src-${PORTVERSION:S/./-/g}
12
DISTNAME=	${PORTNAME}-src-${PORTVERSION:S/./-/g}
(-)png2ico/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (png2ico-src-2002-09-03.tar.gz) = d592067920ba8711341ddc36e9aa3f53
1
MD5 (png2ico-src-2002-12-08.tar.gz) = 9b663df81c826cd564638cba2e6bc75b
(-)png2ico/files/patch-Makefile (-13 / +6 lines)
Lines 1-15 Link Here
1
--- Makefile.old	Mon Sep 23 16:45:44 2002
1
--- Makefile.orig	Sun Dec  8 14:50:10 2002
2
+++ Makefile	Mon Sep 23 16:45:51 2002
2
+++ Makefile	Sun Dec  8 14:50:17 2002
3
@@ -1,10 +1,10 @@
3
@@ -1,4 +1,4 @@
4
-CPPFLAGS=-W -Wall -O2
4
-CPPFLAGS=-W -Wall -O2 -finline-functions
5
+CPPFLAGS=-W -Wall -O2 -I/usr/local/include -L/usr/local/lib -lpng
5
+CPPFLAGS=-W -Wall -O2 -finline-functions -I/usr/local/include -L/usr/local/lib
6
 #CPPFLAGS=-O0 -W -Wall
6
 DEBUG=-g
7
 DEBUG=-g
7
 
8
 
8
 all: png2ico
9
 
10
 png2ico: png2ico.cpp
11
-	g++ $(CPPFLAGS) $(DEBUG) -o $@ $< -lpng
12
+	g++ $(CPPFLAGS) $(DEBUG) -o $@ $< 
13
 
14
 doc/png2ico.txt: doc/png2ico.1
15
 	man $< |sed  -e $$'s/.\b\\(.\\)/\\1/g' -e 's/\(.*\)/\1'$$'\r/' >$@

Return to bug 46097