aboutsummaryrefslogtreecommitdiff
path: root/graphics/png2ico/files
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2003-01-02 19:27:00 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2003-01-02 19:27:00 +0000
commit9dae8a95b80bb7b7e0f71af32370b1b8dbba37d7 (patch)
tree851c1ddc350675d4820f766210c7f47d2a6f964e /graphics/png2ico/files
parentecbba737838a7c985f5ac8c0cc412a9746bd1cc2 (diff)
downloadports-9dae8a95b80bb7b7e0f71af32370b1b8dbba37d7.tar.gz
ports-9dae8a95b80bb7b7e0f71af32370b1b8dbba37d7.zip
Notes
Diffstat (limited to 'graphics/png2ico/files')
-rw-r--r--graphics/png2ico/files/patch-Makefile19
1 files changed, 6 insertions, 13 deletions
diff --git a/graphics/png2ico/files/patch-Makefile b/graphics/png2ico/files/patch-Makefile
index 380bb36c95f3..d0ae605dbfec 100644
--- a/graphics/png2ico/files/patch-Makefile
+++ b/graphics/png2ico/files/patch-Makefile
@@ -1,15 +1,8 @@
---- Makefile.old Mon Sep 23 16:45:44 2002
-+++ Makefile Mon Sep 23 16:45:51 2002
-@@ -1,10 +1,10 @@
--CPPFLAGS=-W -Wall -O2
-+CPPFLAGS=-W -Wall -O2 -I/usr/local/include -L/usr/local/lib -lpng
+--- Makefile.orig Sun Dec 8 14:50:10 2002
++++ Makefile Sun Dec 8 14:50:17 2002
+@@ -1,4 +1,4 @@
+-CPPFLAGS=-W -Wall -O2 -finline-functions
++CPPFLAGS=-W -Wall -O2 -finline-functions -I/usr/local/include -L/usr/local/lib
+ #CPPFLAGS=-O0 -W -Wall
DEBUG=-g
- all: png2ico
-
- png2ico: png2ico.cpp
-- g++ $(CPPFLAGS) $(DEBUG) -o $@ $< -lpng
-+ g++ $(CPPFLAGS) $(DEBUG) -o $@ $<
-
- doc/png2ico.txt: doc/png2ico.1
- man $< |sed -e $$'s/.\b\\(.\\)/\\1/g' -e 's/\(.*\)/\1'$$'\r/' >$@