summaryrefslogtreecommitdiff
path: root/www/bluefish
diff options
context:
space:
mode:
authorjlam <jlam>2000-08-25 05:46:38 +0000
committerjlam <jlam>2000-08-25 05:46:38 +0000
commit4a72a1d6e7280956596e2708c1761928c89af7aa (patch)
treebafaa773ff9c11f5275b691b63b1fa7ee028de5b /www/bluefish
parentc9226684efe2ae1c3a1bfd7057e11497bfab61e1 (diff)
downloadpkgsrc-4a72a1d6e7280956596e2708c1761928c89af7aa.tar.gz
Remove this patch since wiz already changed Makefile to find libintl
via CFLAGS instead of CPPFLAGS.
Diffstat (limited to 'www/bluefish')
-rw-r--r--www/bluefish/patches/patch-ab13
1 files changed, 0 insertions, 13 deletions
diff --git a/www/bluefish/patches/patch-ab b/www/bluefish/patches/patch-ab
deleted file mode 100644
index bc54cb0cee1..00000000000
--- a/www/bluefish/patches/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.4 2000/08/25 01:33:41 jlam Exp $
-
---- src/Makefile.in.orig Mon Jun 5 17:23:43 2000
-+++ src/Makefile.in
-@@ -36,7 +36,7 @@
- aliaspath = $(localedir):.
-
- CC = @CC@
--CFLAGS = @CFLAGS@
-+CFLAGS = @CFLAGS@ @CPPFLAGS@
- LDFLAGS = @LDFLAGS@
- LIBS = @INTLLIBS@ @LIBS@
- INSTALL = @INSTALL@