diff options
| author | Alexander Barton <alex@barton.de> | 2008-08-01 16:21:16 +0200 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2008-08-01 16:21:16 +0200 |
| commit | dfc3de131c349a8677d4d4b885dc27f2b2f73567 (patch) | |
| tree | d11cb31b3a8c549e7591854da70768917f72d5ec /src/portab/Makefile.am | |
| parent | 338c6432501e9c50a5fc03b8b2f917b54b8f5a0b (diff) | |
| download | ngircd-dfc3de131c349a8677d4d4b885dc27f2b2f73567.tar.gz ngircd-dfc3de131c349a8677d4d4b885dc27f2b2f73567.zip | |
Make ngIRCd compile and run on NeXTSTEP 3.3 and OPENSTEP 4.2
by Steven D. Blackford <kb7sqi@aol.com>: "I wanted to let you know that I've done a quick port of ngircd-0.12.0 for NEXTSTEP3.3/OPENSTEP4.2. There wasn't a lot of changes required to get it to compile clean, but I did make the necessary changes so that I didn't have to use -posix flag. The NeXT has a pretty buggy POSIX implementation so I always try to work around it. :-) Anway, here's the changes required to get it to compile."
Diffstat (limited to 'src/portab/Makefile.am')
| -rw-r--r-- | src/portab/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/portab/Makefile.am b/src/portab/Makefile.am index c48e67ad..125cc31a 100644 --- a/src/portab/Makefile.am +++ b/src/portab/Makefile.am @@ -14,7 +14,7 @@ AUTOMAKE_OPTIONS = ansi2knr noinst_LIBRARIES = libngportab.a -libngportab_a_SOURCES = strdup.c strlcpy.c strtok_r.c vsnprintf.c +libngportab_a_SOURCES = strdup.c strlcpy.c strtok_r.c vsnprintf.c waitpid.c check_PROGRAMS = portabtest |