freebsd-ports/sysutils/filedupe/files/patch-Makefile
Will Andrews 31dc0bd1fb Add filedupe 1.1, a utility for quickly finding duplicate files.
PR:		26483
Submitted by:	Mark Pulford <mark@kyne.com.au>
2001-04-10 19:51:45 +00:00

12 lines
275 B
Text

--- Makefile.orig Wed Apr 11 00:25:08 2001
+++ Makefile Wed Apr 11 00:26:11 2001
@@ -1,8 +1,4 @@
-
-CC=gcc -g
-LD=gcc -g
-
all: filedupe
filedupe: md5.o filedupe.o
- $(LD) -o filedupe md5.o filedupe.o -lgdbm
+ $(CC) -o filedupe md5.o filedupe.o -L$(LOCALBASE)/lib -lgdbm