]> git.pld-linux.org Git - packages/squidview.git/commitdiff
- orphaned, outdated
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 21 Apr 2006 23:41:30 +0000 (23:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    squidview-makefile.patch -> 1.2

squidview-makefile.patch [deleted file]

diff --git a/squidview-makefile.patch b/squidview-makefile.patch
deleted file mode 100644 (file)
index dbd9dec..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
---- ./Makefile.org     Thu Jul 11 05:52:48 2002
-+++ ./Makefile Wed Jul 31 17:39:29 2002
-@@ -1,8 +1,20 @@
-+CXXFLAGS =
-+
-+CXX =         c++
-+PREFIX =      /usr/local
-+BINDIR =      $(PREFIX)/bin
-+DATADIR =     $(PREFIX)/share
-+DOCDIR =      $(DATADIR)/doc
-+
- squidview:    squidview.cpp squidview.h
--      c++ squidview.cpp -Wall -lncurses -o squidview
-+      $(CXX) squidview.cpp $(CXXFLAGS) -Wall -lncurses -o squidview
- oldgcc:       squidview.cpp squidview.h
--      c++ squidview.cpp -Wall -fhandle-exceptions -lncurses -o squidview
-+      $(CXX) squidview.cpp $(CXXFLAGS) -Wall -fhandle-exceptions -lncurses -o squidview
--install:      squidview
-+install-all:  squidview
-       ./install-sv
-+
-+install:
-+      install -d $(DESTDIR)$(BINDIR)
-+      install squidview $(DESTDIR)$(BINDIR)
This page took 0.048778 seconds and 4 git commands to generate.