openbsd-ports/sysutils/ddrescue/patches/patch-configure
giovanni 1490edc2fd Import ddrescue 1.11
GNU ddrescue is a data recovery tool. It copies data from one file
or block device (hard disc, cdrom, etc) to another, trying hard to
rescue data in case of read errors.
2009-11-02 10:01:40 +00:00

17 lines
410 B
Plaintext

$OpenBSD: patch-configure,v 1.1.1.1 2009/11/02 10:01:40 giovanni Exp $
--- configure.orig Tue Oct 27 10:45:13 2009
+++ configure Tue Oct 27 10:45:31 2009
@@ -25,12 +25,6 @@ datadir='$(prefix)/share'
infodir='$(datadir)/info'
mandir='$(datadir)/man'
sysconfdir='$(prefix)/etc'
-CC=
-CXX=
-CPPFLAGS=
-CFLAGS='-Wall -W -O2'
-CXXFLAGS='-Wall -W -O2'
-LDFLAGS=
# Loop over all args
while [ x"$1" != x ] ; do