diff options
Diffstat (limited to 'databases/pgreplay/files/patch-Makefile.in')
| -rw-r--r-- | databases/pgreplay/files/patch-Makefile.in | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/databases/pgreplay/files/patch-Makefile.in b/databases/pgreplay/files/patch-Makefile.in deleted file mode 100644 index 9e66158a85c7..000000000000 --- a/databases/pgreplay/files/patch-Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ ---- Makefile.in.orig 2016-05-25 09:58:50 UTC -+++ Makefile.in -@@ -1,4 +1,5 @@ - CFLAGS = @CFLAGS@ -+CPPFLAGS= @CPPFLAGS@ - LDFLAGS = @LDFLAGS@ - LIBS = @LIBS@ - CC = @CC@ -@@ -57,4 +58,4 @@ install_html: $(EXE).html - $(INSTALL) -D -m 0644 $< $(DESTDIR)$(htmldir)/$< - - .c.o: $(HEADERS) -- $(CC) -c $(CFLAGS) -DVERSION='"$(VERSION)"' $< -+ $(CC) -c $(CFLAGS) $(CPPFLAGS) -DVERSION='"$(VERSION)"' $< |
