diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2002-07-21 23:06:51 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2002-07-21 23:06:51 +0000 |
commit | 60431551ee74838b7688ffd11c5aa8556278d124 (patch) | |
tree | 840b27b373e2efbc79bbeaf8c24def0868d68608 /editors/openoffice.org-2-RC/files/patch-setup2+patch+makefile.mk | |
parent | Set FreeBSD and NetBSD config for mozilla. (diff) |
Add PAM support
Diffstat (limited to 'editors/openoffice.org-2-RC/files/patch-setup2+patch+makefile.mk')
-rw-r--r-- | editors/openoffice.org-2-RC/files/patch-setup2+patch+makefile.mk | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/openoffice.org-2-RC/files/patch-setup2+patch+makefile.mk b/editors/openoffice.org-2-RC/files/patch-setup2+patch+makefile.mk new file mode 100644 index 000000000000..53846a8bdfc9 --- /dev/null +++ b/editors/openoffice.org-2-RC/files/patch-setup2+patch+makefile.mk @@ -0,0 +1,11 @@ +--- ../setup2/patch/makefile.mk.orig Sun Jul 21 00:21:46 2002 ++++ ../setup2/patch/makefile.mk Sun Jul 21 00:21:52 2002 +@@ -92,7 +92,7 @@ + .IF "$(OS)"=="SOLARIS" + STATIC_LIBS+= -Bdynamic -lnsl -lsocket -lposix4 + .ENDIF +-.IF "$(OS)"=="LINUX" ++.IF "$(OS)"=="LINUX" || "$(OS)"=="FREEBSD" + STATIC_LIBS+= -Bdynamic -lcrypt + .ENDIF + .ELSE |