78924f0824
Squid 2.6 supports kqueue and hw accelerated SSL via OpenSSL, as well as many other improvements.
13 lines
428 B
Plaintext
13 lines
428 B
Plaintext
$OpenBSD: patch-icons_Makefile_in,v 1.8 2006/10/03 05:00:49 brad Exp $
|
|
--- icons/Makefile.in.orig Fri Sep 22 05:09:47 2006
|
|
+++ icons/Makefile.in Tue Sep 26 19:32:48 2006
|
|
@@ -265,7 +265,7 @@ ICON2 = anthony-bomb.gif \
|
|
anthony-xbm.gif \
|
|
anthony-xpm.gif
|
|
|
|
-icondir = $(datadir)/icons
|
|
+icondir = $(prefix)/share/examples/squid/icons
|
|
icon_DATA = $(ICON1) $(ICON2)
|
|
EXTRA_DIST = $(ICON1) $(ICON2) icons.shar
|
|
DISTCLEANFILES =
|