mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
952a060d79
one builds qmail with ldap support using http://www.nrg4u.com/ patches. PR: 18732 Submitted by: Mario Sergio Fujikawa Ferreira <lioux@uol.com.br>
14 lines
195 B
Plaintext
14 lines
195 B
Plaintext
+++ install.c
|
|
12a13
|
|
> noc; /* hack for bin package install -- see port pkg/INSTALL */
|
|
77a79
|
|
> if (!noc) {
|
|
117a120
|
|
> }
|
|
155c158
|
|
< void main()
|
|
---
|
|
> void main(argc, argv)
|
|
156a160
|
|
> noc=--argc;
|