]> git.pld-linux.org Git - packages/bircd.git/blame - bircd-makefile.patch
- rel 2
[packages/bircd.git] / bircd-makefile.patch
CommitLineData
f36fc9f9 1diff -ur bircd.orig/Makefile.dist bircd/Makefile.dist
2--- bircd.orig/Makefile.dist 2003-05-03 17:15:14.000000000 +0200
3ef03598 3+++ bircd/Makefile.dist 2004-08-02 22:14:26.731222344 +0200
4@@ -29,7 +29,7 @@
5 # IRCDLIBS blank. If that fails, try recomendations below.
6 #
7 XCFLAGS=
8-IRCDLIBS=
9+IRCDLIBS=-L${LIBDIR}
10
11 #
12 # use the following on MIPS:
f36fc9f9 13@@ -77,6 +77,7 @@
14 #
15 DPATH=
16 BPATH=
17+DESTDIR=
18
19 # [CHANGEME]
20 # Some SunOS versions want this. Try it without first.
21@@ -153,4 +154,4 @@
22 @cd src; ${MAKE} ${MAKEARGS} depend
23
24 install:
25- @./ircdinst $(BPATH) $(DPATH)
26+ @./ircdinst $(DESTDIR)/$(BPATH) $(DESTDIR)/$(DPATH)
This page took 0.057654 seconds and 4 git commands to generate.