aboutsummaryrefslogtreecommitdiff
path: root/security/crank
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-07-16 03:39:05 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-07-16 03:39:05 +0000
commit264ca28078d15dadce0a0e5d854f4bf93ec8e366 (patch)
tree4e63070990103012ca8c65dbdb75fb5882a933cb /security/crank
parent406b650d02caca5001159ed6611438d9c109a80a (diff)
downloadports-264ca28078d15dadce0a0e5d854f4bf93ec8e366.tar.gz
ports-264ca28078d15dadce0a0e5d854f4bf93ec8e366.zip
Notes
Diffstat (limited to 'security/crank')
-rw-r--r--security/crank/files/patch-Makefile17
1 files changed, 8 insertions, 9 deletions
diff --git a/security/crank/files/patch-Makefile b/security/crank/files/patch-Makefile
index f30e257a56c2..385446fb44d1 100644
--- a/security/crank/files/patch-Makefile
+++ b/security/crank/files/patch-Makefile
@@ -1,17 +1,16 @@
--- Makefile.orig Sun Apr 22 22:33:28 2001
-+++ Makefile Mon Apr 23 14:21:00 2001
-@@ -6,8 +6,8 @@
++++ Makefile Mon Jul 16 11:35:51 2001
+@@ -5,8 +5,7 @@
+ # See LICENSE for more info
VERSION = $(shell cat VERSION)
- CC = gcc
+-CC = gcc
-CFLAGS = -g -Wall -pedantic `gtk-config --cflags`
--LIBS = `gtk-config --libs`
-+CFLAGS += `/usr/X11R6/bin/gtk12-config --cflags`
-+LIBS = `/usr/X11R6/bin/gtk12-config --libs`
++CFLAGS += `gtk-config --cflags`
+ LIBS = `gtk-config --libs`
OBJFILES = $(patsubst %.c,%.o,$(wildcard *.c))
PLUGIN-SRC = plugin-src
- PLUGINS = $(PLUGIN-SRC)/monoalphabetic.hillclimb-cracker.so \
-@@ -15,7 +15,7 @@
+@@ -15,7 +14,7 @@
$(PLUGIN-SRC)/statistics.n-grams.so \
$(PLUGIN-SRC)/text.simple-filters.so \
$(PLUGIN-SRC)/utilities.notepad.so
@@ -20,7 +19,7 @@
# Files for source distribution
DISTFILES = *.[ch] Makefile Makefile.mingw README BUGS VERSION \
-@@ -36,7 +36,7 @@
+@@ -36,7 +35,7 @@
all: crank plugin
crank: $(OBJFILES)