summaryrefslogtreecommitdiff
path: root/network/putty/putty-makefile.diff
diff options
context:
space:
mode:
authorMichael Johnson <youngmug@animeneko.net>2010-05-11 19:46:00 +0200
committerRobby Workman <rworkman@slackbuilds.org>2010-05-11 19:46:00 +0200
commit399cf14e257e2e6e90d131c86545d688af242877 (patch)
tree3f0c5e3da557f1cd1e63161d2def41a53867f722 /network/putty/putty-makefile.diff
parente9c71ac48b263ecc5e6682e37a4d7ba8e1c18b72 (diff)
downloadslackbuilds-399cf14e257e2e6e90d131c86545d688af242877.tar.gz
network/putty: Updated for version 0.60
Diffstat (limited to 'network/putty/putty-makefile.diff')
-rw-r--r--network/putty/putty-makefile.diff18
1 files changed, 0 insertions, 18 deletions
diff --git a/network/putty/putty-makefile.diff b/network/putty/putty-makefile.diff
deleted file mode 100644
index 564a070741..0000000000
--- a/network/putty/putty-makefile.diff
+++ /dev/null
@@ -1,18 +0,0 @@
---- Makefile.gtk.orig 2006-11-30 14:52:38.000000000 -0800
-+++ Makefile.gtk 2006-11-30 14:53:07.000000000 -0800
-@@ -83,13 +83,13 @@
- CC = $(TOOLPATH)cc
-
- CFLAGS = -O2 -Wall -Werror -g -I.././ -I../charset/ -I../windows/ -I../unix/ \
-- -I../mac/ -I../macosx/ `gtk-config --cflags`
-+ -I../mac/ -I../macosx/ `gtk-config --cflags` $(SLKCFLAGS)
- XLDFLAGS = `gtk-config --libs`
- ULDFLAGS =#
- INSTALL=install
- INSTALL_PROGRAM=$(INSTALL)
- INSTALL_DATA=$(INSTALL)
--prefix=/usr/local
-+prefix=/usr
- exec_prefix=$(prefix)
- bindir=$(exec_prefix)/bin
- mandir=$(prefix)/man